Skip to content

Commit 29bd69e

Browse files
committed
Fixup: README.md
1 parent d945591 commit 29bd69e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ We recommend building on Ubuntu 16.04 LTS (64-bit)
3434

3535
**Build Script:**
3636

37-
LATEST_RELEASE_TAG=$(curl https://raw.githubusercontent.com/bitshares/bitshares-core/master/current_version)
3837
git clone https://github.com/bitshares/bitshares-core.git
3938
cd bitshares-core
40-
git checkout $LATEST_RELEASE_TAG
39+
git checkout master # may substitute "master" with current release tag
4140
git submodule update --init --recursive
4241
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .
4342
make

current_version

-1
This file was deleted.

0 commit comments

Comments
 (0)