~poldi1405/upa

ab83e6484085772ae0701145fd6c6bd616390634 — Moritz Poldrack 1 year, 7 months ago c809b53 master
fixed installation instructions
2 files changed, 7 insertions(+), 3 deletions(-)

M INSTALL.md
M README.md
M INSTALL.md => INSTALL.md +6 -2
@@ 1,5 1,7 @@
# Installation

## Requirements

- par2cmdline
    - for creating par2 Parity Files
- rar


@@ 12,14 14,16 @@
    - for random strings

### manual Installation
1. Install all required Packages (see you package-manager)

1. Install all required Packages (check your package-manager)
2. download all scripts and extract them to some place
3. create valid `~/.nyuu.config` (see [here](https://github.com/animetosho/Nyuu/blob/master/config-sample.json))
4. create `~/.usenetpwd` (i.e. `$pwgen -s 16 1 > ~/.usenetpwd`)
4. create `~/.usenetpwd` (i.e. `pwgen -s 16 1 > ~/.usenetpwd`)
5. either create symlinks to the scriptfiles in a directory in `$PATH`, copy them to a directory in `$PATH` or add the directory you extracted them to to `$PATH`
6. Happy Posting

### ~~automatic Installation (WIP)~~

1. ~~run `curl -sSL https://download.my-co.de/upa | bash`~~
2. ~~follow the instructions on your screen~~
3. ~~Happy Posting~~

M README.md => README.md +1 -1
@@ 11,7 11,7 @@ Automates the upload of files/folders into the Usenet

# Requirements

- see INSTALLATION.md
- see [INSTALL.md](./INSTALL.md)

# ToDo