We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d945591 commit 29bd69eCopy full SHA for 29bd69e
README.md
@@ -34,10 +34,9 @@ We recommend building on Ubuntu 16.04 LTS (64-bit)
34
35
**Build Script:**
36
37
- LATEST_RELEASE_TAG=$(curl https://raw.githubusercontent.com/bitshares/bitshares-core/master/current_version)
38
git clone https://github.com/bitshares/bitshares-core.git
39
cd bitshares-core
40
- git checkout $LATEST_RELEASE_TAG
+ git checkout master # may substitute "master" with current release tag
41
git submodule update --init --recursive
42
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .
43
make
current_version
0 commit comments