Skip to content

Commit

Permalink
Set tag with variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tino097 committed Jun 11, 2018
1 parent 5d44bf7 commit bcb1194
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/maintaining/installing/install-from-docker-compose.rst
Expand Up @@ -69,9 +69,11 @@ Clone CKAN into a directory of your choice::
git clone https://github.com/ckan/ckan.git

This will use the latest CKAN master, which may not be stable enough for production use.
To use a stable version, checkout the respective tag, e.g.::
To use a stable version, checkout the respective tag, e.g.:

git checkout tags/|latest_release_tag|
.. parsed-literal::
git checkout tags/|latest_release_tag|
----------------------
2. Build Docker images
Expand Down

0 comments on commit bcb1194

Please sign in to comment.