mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-24 04:43:10 +00:00
Update README.md
This commit is contained in:
parent
1521577056
commit
342d282a70
1 changed files with 6 additions and 8 deletions
14
README.md
14
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue