Merge pull request #78 from samosaara/patch-1

Update README.md
This commit is contained in:
Lazo 2017-07-01 12:40:15 -04:00 committed by GitHub
commit 3b5c97d188

View file

@ -55,9 +55,9 @@ You can install in any (npm-supported) OS using `npm install --global pokemon-te
1. Make sure you have Python 3.5+ installed, check the instructions of your distribution. 1. Make sure you have Python 3.5+ installed, check the instructions of your distribution.
2. Make sure you have Terminology or Tilix, again check the package manager of your distribution. 2. Make sure you have Terminology or Tilix, again check the package manager of your distribution.
3. 3. Install
- If you are a Arch Linux User, you can install it from the AUR package [pokemon-terminal-git](https://aur.archlinux.org/packages/pokemon-terminal-git/). - If you are a Arch Linux User, you can install it from the AUR package [pokemon-terminal-git](https://aur.archlinux.org/packages/pokemon-terminal-git/).
- If you aren't a Arch Linux user, copy and paste the following into a terminal for the installation: - Otherwise, copy and paste the following bash script into a terminal for the installation:
```bash ```bash
# Pokemon Installation # Pokemon Installation
git clone https://github.com/LazoCoder/Pokemon-Terminal $HOME/.Pokemon-Terminal git clone https://github.com/LazoCoder/Pokemon-Terminal $HOME/.Pokemon-Terminal
@ -93,6 +93,7 @@ Other Parameters:
rnd-slideshow-<region> [time] - Iterate through each Pokemon in the specified region in a random order. Optional time (in seconds) between Pokemon. rnd-slideshow-<region> [time] - Iterate through each Pokemon in the specified region in a random order. Optional time (in seconds) between Pokemon.
light - Change the terminal background to a random light-colored Pokemon. light - Change the terminal background to a random light-colored Pokemon.
dark - Change the terminal background to a random dark-colored Pokemon. dark - Change the terminal background to a random dark-colored Pokemon.
type [type] - Change to a random pokemon of said type.
clear | disable | off - Clear the Pokemon in the terminal. clear | disable | off - Clear the Pokemon in the terminal.
help - Display this menu. help - Display this menu.