Skip to content

Commit

Permalink
update install doc
Browse files Browse the repository at this point in the history
  • Loading branch information
V00D00-child committed Jul 13, 2024
1 parent 00a869e commit 7e17050
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To update the latest development version of Betsy, you can:

```shell
cd betsy
git pull
git pull origin main
make betsy
```

Expand All @@ -57,6 +57,7 @@ make betsy
git clone https://github.com/transeptorlabs/betsy.git
cd betsy
git checkout -b release/vx.y.z
git pull origin release/vx.y.z
make betsy
```

0 comments on commit 7e17050

Please sign in to comment.