Skip to content

Commit

Permalink
Adding install instructions to the readme and updating the cln version
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohnson5 committed Nov 15, 2024
1 parent 4c87b79 commit f7c34e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,12 @@ sudo install -m 0755 -o root -g root -t /usr/local/bin bitcoin-25.0/bin/*

### Install utils
```bash
sudo apt install bc
sudo apt install jq
sudo apt-get install bc
sudo apt-get install jq
sudo apt-get install -y jq autoconf automake build-essential git libtool libsqlite3-dev python3 python3-pip net-tools zlib1g-dev libsodium-dev gettext
pip3 install --upgrade pip
pip3 install mako
pip3 install grpcio-tools
```

### Install Rust
Expand Down
2 changes: 1 addition & 1 deletion blast_models/blast_cln/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ else

git clone "$DOWNLOAD_URL" "$TARGET_DIR"
cd "$TARGET_DIR"
git checkout v23.11.2
git checkout v24.08.2

./configure
make
Expand Down

0 comments on commit f7c34e7

Please sign in to comment.