Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Update README.md #1246

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
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
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
# Prepare to launch intensivized testnet Haqq
<h3>🟢 Instructions for those who do not transfer node to another server</h3>

Update binary haqqd to v1.0.3
Update binary haqqd to v1.2.0
```bash
cd $HOME/haqq && \
git fetch && \
git checkout v1.0.3 && \
git checkout v1.2.0 && \
make install && \
haqqd version --long | head

name: haqq
server_name: haqqd
version: '"1.0.3"'
commit: 58215364d5be4c9ab2b17b2a80cf89f10f6de38a
version: '"1.2.0"'
commit: 40935b70fb1da4ee28f1d91e8601060e533f6fd0
...
```

Expand Down Expand Up @@ -92,14 +92,14 @@ Install binary project
```bash
cd $HOME && git clone https://github.com/haqq-network/haqq && \
cd haqq && \
git checkout v1.0.3 && \
git checkout v1.2.0 && \
make install && \
haqqd version --long | head

name: haqq
server_name: haqqd
version: '"1.0.3"'
commit: 58215364d5be4c9ab2b17b2a80cf89f10f6de38a
version: '"1.2.0"'
commit: 40935b70fb1da4ee28f1d91e8601060e533f6fd0
...
```

Expand Down