Update README.md

This commit is contained in:
Lazo 2017-06-17 09:56:03 -04:00 committed by GitHub
parent 1521577056
commit 342d282a70

View file

@ -25,6 +25,12 @@ Sample Set #1 | Sample Set #2
# How to Install
## npm
You can install in any (npm-supported) OS using `npm install --global pokemon-terminal`. That's it, you're done!
> If you do not use npm, or prefer a manual install, continue reading.
## Mac OS
1. Make sure you have [Python 3.5](https://www.python.org/downloads/mac-osx/) or higher.
@ -36,10 +42,6 @@ Sample Set #1 | Sample Set #2
echo PATH="$HOME/.Pokemon-Terminal:${PATH}" >> ~/.bash_profile
source ~/.bash_profile
```
4. Now you can change the terminal background like so:
```
$ pokemon pikachu
```
## Linux
@ -54,10 +56,6 @@ git clone https://github.com/LazoCoder/Pokemon-Terminal $HOME/.Pokemon-Terminal
echo PATH="$HOME/.Pokemon-Terminal:$"PATH"" >> ~/.bash_profile
source ~/.bash_profile
```
4. Now you can change the terminal background like so:
```
pokemon pikachu
```
# Instructions
## Usage