Merge pull request #551 from pnoeric/patch-2

Added git pull
This commit is contained in:
cytopia 2019-03-24 19:48:12 +01:00 committed by GitHub
commit b479bcaec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,8 @@ If you want to checkout a specific release tag (such as ``0.12.1``), do a ``git
# Checkout release
host> cd path/to/devilbox
# Ensure you have latest from remote
host> git fetch
host> git checkout 0.12.1