Skip to content

Commit 424050b

Browse files
committed
add update commands
1 parent ee8df6c commit 424050b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ git clone https://github.com/fibo/dir.git
2222
echo "source ~/.shell/dir/fun.sh" >> ~/.zshrc
2323
```
2424

25+
With the setup above, to update run the following
26+
27+
```sh
28+
cd ~/.shell/dir
29+
git pull origin main
30+
source ~/.zshrc
31+
cd -
32+
```
33+
2534
## Usage
2635

2736
Simple as

0 commit comments

Comments
 (0)