Skip to content

Commit

Permalink
📚 Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
williamcanin committed Nov 27, 2021
1 parent 9dfd738 commit 87a26ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,13 @@ sudo pacman -S zsh vim curl git sqlite python python-pip
**Debian and derivatives**
```shell
sudo apt update
sudo apt install zsh vim curl git sqlite3 python3 python3-pip
sudo apt install zsh vim curl git sqlite3 python3 python3-pip python3-venv
```

**Fedora and derivatives**
```shell
sudo dnf update
sudo dnf install zsh vim curl git sqlite python3 python3-pip
sudo dnf install zsh vim curl git sqlite python3 python3-pip util-linux-user
```

2 - Adding user's bin path to PATH:
Expand All @@ -157,7 +157,7 @@ export PATH="$PATH:$HOME/.local/bin"
2.1 - Switch from **Bash** to **Zsh** and export PATH's (**Optional**):

```shell
chsh -s /bin/zsh $(whoami)
chsh -s /usr/bin/zsh $(whoami)
exec zsh
export PATH="$PATH:$HOME/.local/bin"
```
Expand Down

0 comments on commit 87a26ab

Please sign in to comment.