Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LynnHo committed Nov 29, 2023
1 parent 1d00e53 commit 8755dbf
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Make a Better Shell
1. install zsh>=5.8 (e.g., `sudo apt install zsh` for Ubuntu 20.04)

1. install zsh>=5.8

+ e.g., `sudo apt install zsh` for Ubuntu>=20.04 *(for Ubuntu<20.04, zsh>=5.8 can only be installed from source)*

+ check version: `zsh --version`

+ *if you are struggling to install zsh>=5.8 on your system, don't worry, just follow the additional steps below*


2. make the workspace

```console
Expand Down

0 comments on commit 8755dbf

Please sign in to comment.