File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ rm -r ~/.paloma/data/wasm/cache
98
98
### To get the latest prebuilt ` palomad ` binary
99
99
100
100
``` shell
101
- wget -O - https://github.com/palomachain/paloma/releases/download/v2.4.11 /paloma_Linux_x86_64.tar.gz | \
101
+ wget -O - https://github.com/palomachain/paloma/releases/download/v2.4.12 /paloma_Linux_x86_64.tar.gz | \
102
102
sudo tar -C /usr/local/bin -xvzf - palomad
103
103
sudo chmod +x /usr/local/bin/palomad
104
104
```
@@ -111,7 +111,7 @@ sudo chmod +x /usr/local/bin/palomad
111
111
``` shell
112
112
git clone https://github.com/palomachain/paloma.git
113
113
cd paloma
114
- git checkout v2.4.11
114
+ git checkout v2.4.12
115
115
make build
116
116
sudo mv ./build/palomad /usr/local/bin/palomad
117
117
```
You can’t perform that action at this time.
0 commit comments