Merge pull request #140 from sorsasampo/patch-1

Simplify clone instructions
This commit is contained in:
Federico Hernandez 2018-05-10 09:26:17 +02:00 committed by GitHub
commit d5e2fd8f62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,13 +25,8 @@ There are two ways to retrieve the Timewarrior sources:
* Clone the repository from Github, * Clone the repository from Github,
git clone https://github.com/GothenburgBitFactory/timewarrior git clone --recurse-submodules https://github.com/GothenburgBitFactory/timewarrior
checkout the dev branch, and update submodules
cd timewarrior cd timewarrior
git checkout dev
git submodule update
* Or download the tarball with curl, * Or download the tarball with curl,