Skip to content

Commit

Permalink
fix: Two bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
epiccurious committed Nov 24, 2023
1 parent b8388c5 commit 82caa64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,15 @@ This options is provided for people who want to run the commands themselves.
sudo apt update
sudo apt install -y cmake git python3-pip python3-venv
[ -d ${HOME}/esp ] || mkdir ${HOME}/esp
git clone -b v5.0.1 --recursive https://github.com/espressif/esp-idf.git ${HOME}/esp/esp-idf
git clone -b v5.1.1 --recursive https://github.com/espressif/esp-idf.git ${HOME}/esp/esp-idf
cd "${HOME}"/esp/esp-idf
./install.sh esp32
. ./export.sh
```
3. Download the Jade source code. Copy-and-paste the following lines into Terminal:
```bash
git clone -Clone-recursive https://github.com/blockstream/jade "${HOME}"/jade
git clone --recursive https://github.com/blockstream/jade "${HOME}"/jade
cd "${HOME}"/jade/
git checkout $(git tag | grep -v miner | sort -V | tail -1)
```
Expand Down

0 comments on commit 82caa64

Please sign in to comment.