Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/validators/installing-umee-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ echo $GOPATH

```
cd
git clone --depth 1 --branch v3.0.1 https://github.com/umee-network/umee.git
git clone --depth 1 --branch v3.1.0 https://github.com/umee-network/umee.git
cd umee && make install
umeed version
# Expected output: v3.0.1 or HEAD-ae43ccbd25c382cdfc5bcde26f21bc2002be5bf3
# Expected output: v3.1.0
```

4\. Initialize node and create a wallet
Expand Down