Improve dex install instructions
This commit is contained in:
parent
5d9c74cc0c
commit
963dec6f9a
1 changed files with 5 additions and 3 deletions
|
@ -37,10 +37,12 @@ sudo mv dex /usr/local/bin
|
||||||
# add tetris as a repo
|
# add tetris as a repo
|
||||||
dex repo add tetris https://github.com/samtay/tetris.git
|
dex repo add tetris https://github.com/samtay/tetris.git
|
||||||
|
|
||||||
# install globally (so that you dont need to run `dex run tetris`)
|
# run tetris
|
||||||
dex install --global tetris
|
dex run tetris
|
||||||
|
|
||||||
# test it out
|
### optionally install tetris globally ###
|
||||||
|
export PATH="$HOME/.dex/bin:$PATH"
|
||||||
|
dex install --global tetris
|
||||||
tetris
|
tetris
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue