Skip to content

Commit 7e17050

Browse files
committed
update install doc
1 parent 00a869e commit 7e17050

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/installation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To update the latest development version of Betsy, you can:
4848

4949
```shell
5050
cd betsy
51-
git pull
51+
git pull origin main
5252
make betsy
5353
```
5454

@@ -57,6 +57,7 @@ make betsy
5757
git clone https://github.com/transeptorlabs/betsy.git
5858
cd betsy
5959
git checkout -b release/vx.y.z
60+
git pull origin release/vx.y.z
6061
make betsy
6162
```
6263

0 commit comments

Comments
 (0)