Skip to content

Commit

Permalink
Change git clone instruction to download release branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
travisdoor committed Aug 4, 2024
1 parent ef7390f commit 5dbab42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Biscuit compiler is written in C and all major dependencies are packed in the co
* Download and compile

```bash
git clone https://github.com/travisdoor/bl.git
git clone -b release/0.11.0 https://github.com/travisdoor/bl.git
cd bl
mkdir build
cd build
Expand Down Expand Up @@ -68,7 +68,7 @@ sudo ./llvm.sh 16
```bash
git clone https://github.com/travisdoor/bl.git
git clone -b release/0.11.0 https://github.com/travisdoor/bl.git
cd bl
mkdir build
cd build
Expand All @@ -88,7 +88,7 @@ export PATH=$PATH:/path/to/bl/bin
* Download and compile
```bash
git clone https://github.com/travisdoor/bl.git
git clone -b release/0.11.0 https://github.com/travisdoor/bl.git
cd bl
mkdir build
cd build
Expand Down

0 comments on commit 5dbab42

Please sign in to comment.