You are viewing a single comment's thread from:
RE: Easy install Steemd in Ubuntu Server 16.04 LTS
git clone https://github.com/steemit/steem.git
cd steem
git submodule update --init --recursive
can just be
git clone --recursive https://github.com/steemit/steem.git
Thanks for the guide!