mirror of https://github.com/Kylart/KawAnime.git
Merge pull request #41 from MagiOC/master
Updated README.md to improve clarity
This commit is contained in:
commit
7cec28b2fc
31
README.md
31
README.md
|
@ -30,26 +30,24 @@
|
||||||
<p align="center"><img src="https://i.imgur.com/TQAyUlD.png"/></p>
|
<p align="center"><img src="https://i.imgur.com/TQAyUlD.png"/></p>
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
Disclaimer : This is a software for otaku/anime-fans. Do not try if you're not prepared.
|
Disclaimer : KawAnime is built for otaku/anime-fans. Software will contain images and sounds sourced from anime. Do not try if you're not prepared.
|
||||||
|
|
||||||
This software allows one to:
|
Use KawAnime to:
|
||||||
* Be aware of the latest anime release.
|
* Get updated on anime releases.
|
||||||
* Download an anime (from ep X to ep Y) via Torrent (one would need a torrent client atm). One can also only get a
|
* Download episodes of an anime (from ep X to ep Y) via Torrent (requires Torrent Client).
|
||||||
list of torrent magnets to paste in a torrent client on a distant server.
|
* Magnet links for all episodes can be generated through the Downloader.
|
||||||
* Get information from any anime (those come from myanimelist.net).
|
* Get anime information, news, and seasonal information (information sourced from MyAnimeList.net)
|
||||||
* Get anime-related news from MyAnimeList.net.
|
|
||||||
* Get seasonal releases information MyAnimeList.net.
|
|
||||||
* Manage your anime files (watch and delete on click)
|
* Manage your anime files (watch and delete on click)
|
||||||
* Manage watch lists.
|
* Manage watch lists.
|
||||||
* More features are to come.
|
* More features to come.
|
||||||
|
|
||||||
## About OS
|
## About OS
|
||||||
_KawAnime_ is completely cross-platform.
|
_KawAnime_ is completely cross-platform.
|
||||||
|
|
||||||
Yet, if you find any problem, you can tell me anytime in the `issues` section.
|
If you have any problems installing for your OS, you can contact me anytime in the `issues` section.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
Be sure that you have Npm installed. You can find how to install npm (node) [here](https://nodejs.org/en/).
|
Be sure that Npm is installed. You can find how to install npm (node) [here](https://nodejs.org/en/).
|
||||||
```
|
```
|
||||||
git clone https://github.com/Kylart/KawAnime
|
git clone https://github.com/Kylart/KawAnime
|
||||||
```
|
```
|
||||||
|
@ -105,7 +103,7 @@ npm run cloc
|
||||||
## Generating distributable apps
|
## Generating distributable apps
|
||||||
This feature uses [electron-builder](https://github.com/electron-userland/electron-builder).
|
This feature uses [electron-builder](https://github.com/electron-userland/electron-builder).
|
||||||
|
|
||||||
You can find help to use it on your platform
|
Find help to use it on your platform
|
||||||
[here](https://github.com/electron-userland/electron-builder/wiki/Multi-Platform-Build).
|
[here](https://github.com/electron-userland/electron-builder/wiki/Multi-Platform-Build).
|
||||||
|
|
||||||
#### For every OS
|
#### For every OS
|
||||||
|
@ -118,12 +116,12 @@ npm run build && npm run dist:all
|
||||||
npm run build && npm run dist:mac
|
npm run build && npm run dist:mac
|
||||||
```
|
```
|
||||||
|
|
||||||
#### For Linux platforms only
|
#### For Linux OS only
|
||||||
```
|
```
|
||||||
npm run build && npm run dist:linux
|
npm run build && npm run dist:linux
|
||||||
```
|
```
|
||||||
|
|
||||||
#### For Windows platforms
|
#### For Windows OS only
|
||||||
```
|
```
|
||||||
npm run build && npm run dist:win
|
npm run build && npm run dist:win
|
||||||
```
|
```
|
||||||
|
@ -140,8 +138,9 @@ Any contribution is appreciated.
|
||||||
5. Submit a pull request.
|
5. Submit a pull request.
|
||||||
|
|
||||||
## Thanks
|
## Thanks
|
||||||
This software is being developped with the following technologies, many thanks to
|
KawAnime is developed using the following technologies, many thanks to
|
||||||
* [Electron](https://electron.atom.io)
|
* [Electron](https://electron.atom.io)
|
||||||
|
and
|
||||||
* [Vuetify](https://vuetifyjs.com)
|
* [Vuetify](https://vuetifyjs.com)
|
||||||
|
|
||||||
_It is still in development_.
|
_It is still in development_.
|
||||||
|
|
Loading…
Reference in New Issue