Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hernán Morales Durand authored Apr 27, 2021
1 parent a093ad9 commit 4c150ef
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,21 @@ MacOS and Windows (MinGW64/MSYS). PI automatically tries to download necessary d
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hernanmd/pi/master/install.sh)"
```

## bash users

```bash
echo "export PATH=\"\$HOME/.pi/pi/bin:\$PATH\" >> $HOME/.profile
```
## zsh users
```bash
path+=$HOME/.pi/pi/bin
```
# Features
- Listing packages supports GitHub and SmalltalkHub repositories.
- Listing Pharo packages from GitHub.
- Installing packages is supported for:
- Metacello Configurations from Catalog (command line handler: get)
- GitHub (experimental)
Expand Down

0 comments on commit 4c150ef

Please sign in to comment.