-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update manual.md #72
base: master
Are you sure you want to change the base?
Update manual.md #72
Conversation
@@ -30,7 +30,7 @@ git checkout mainnet-0.9.0 && make clean install | |||
To compile and install, run: | |||
|
|||
```console | |||
git checkout v0.13.0 && make clean install | |||
git checkout v0.13.2 && make clean install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lufa23 It should be the live version. v0.13.2
isn't live yet, so it should be updated instead to v0.13.1
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's 0.13.3 now :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
git checkout v0.13.3 && make clean install
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's now v0.13.3
Update git checkout version from v0.13.0 to v0.13.2