From 826a63ed7125bfb1a2f3557ff6a4cefdee61792f Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sun, 24 Oct 2021 16:57:06 +0330 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 09757de9..d39a85b4 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ Tachidesk-Server is as multi-platform as you can get. Any platform that runs jav Ability to sync with Tachiyomi is a planned feature. -# Tachidesk-Server is a server app! You may not want to Download Tachidesk-Server directly. -Yes, you need a client/user interface app as a front-end for Tachidesk-Server, if you Directly Download Tachidesk-Server you'll get a bundled version of [Tachidesk-WebUI](https://github.com/Suwayomi/Tachidesk-WebUI) with it. +# Tachidesk client projects +**You need a client/user interface app as a front-end for Tachidesk-Server, if you Directly Download Tachidesk-Server you'll get a bundled version of [Tachidesk-WebUI](https://github.com/Suwayomi/Tachidesk-WebUI) with it.** Here's a list of known clients/user interfaces for Tachidesk-Server: - [Tachidesk-JUI](https://github.com/Suwayomi/Tachidesk-JUI): The "official" native desktop front-end for Tachidesk-Server. Currently the most advanced. - [Tachidesk-WebUI](https://github.com/Suwayomi/Tachidesk-WebUI): The web/ElectronJS front-end that Tachidesk-Server is traditionally shipped with. Usually gets new features faster. - [Tachidesk-qtui](https://github.com/Suwayomi/Tachidesk-qtui): A C++/Qt front-end for mobile devices(Android/linux), in super early stage of development. -- [Equinox](https://github.com/Suwayomi/Equinox): A web user interface made with Vue.js, in super early stage of development. +- [Equinox](https://github.com/Suwayomi/Equinox): A web user interface made with Vue.js, in super early stage of development. Seemingly abandoned. ## Is this application usable? Should I test it? Here is a list of current features: @@ -38,10 +38,12 @@ Here is a list of current features: **Note:** These are capabilities of Tachidesk-Server, the actual working support is provided by each front-end app, checkout their respective readme for more info. -# Downloading and Running the app "The Lazyman's Way" +# Downloading and Running the app ## Using Operating System Specific Bundles To facilitate the use of Tachidesk we provide bundle releases that include The Java Runtime Environment, ElectronJS and 3 Tachidesk Launcher Scripts. +If a bundle for your operating system or cpu architecture is not provided then refer to [Advanced Methods](#advanced-methods) + #### Launcher Scripts - `Tachidesk Electron Launcher`: Launches Tachidesk inside Electron as a desktop applicaton - `Tachidesk Browser Launcher`: Launches Tachidesk in a browser window @@ -91,7 +93,7 @@ Run Container from the command line: $ docker run -p 4567:4567 ghcr.io/suwayomi/tachidesk ``` -# Downloading and Running the app "The True Chad's Way" +## Advanced Methods ### General Requirements In order to use the app effectively you need the following: - The jar release of Tachideesk-Server @@ -105,12 +107,12 @@ Download the latest `.jar` release from [the releases section](https://github.co Make sure you have The Java Runtime Environment installed on your system, Double click on the jar file or run `java -jar Tachidesk-vX.Y.Z-rxxx.jar` (or `java -jar Tachidesk-latest.jar` if you have the latest preview) from a Terminal/Command Prompt window to run the app which will open a new browser window automatically. Also the System Tray Icon is your friend if you need to open the browser window again or close Tachidesk. -## Using Tachidesk Remotely +### Using Tachidesk Remotely You can run Tachidesk on your computer or a server and connect to it remotely through one of our clients or the bundled web interface with a web browser on any device including a mobile or tablet or even your smart TV!, this method of using Tachidesk is requires a bit of networking/firewall/prot forwarding/server configuration/etc. knowledge on your side, if you know how to run a Minecraft server and configure it, then you are good to go. If you face issues with your set up we are happy to provide help, just join our discord server(a discord badge is on the top of the page, you are just a click clack away!). -Checkout (this wiki page)[https://github.com/Suwayomi/Tachidesk-Server/wiki/Configuring-Tachidesk-server] for a guide on configuring Tachidesk-Server. +Checkout [this wiki page](https://github.com/Suwayomi/Tachidesk-Server/wiki/Configuring-Tachidesk-Server) for a guide on configuring Tachidesk-Server. ## Troubleshooting and Support See [this troubleshooting wiki page](https://github.com/Suwayomi/Tachidesk/wiki/Troubleshooting).