Merge pull request #477 from smwltr/git_repo_url

change git.schottelius.org in docs because does not exist
This commit is contained in:
Darko Poljak 2016-10-12 16:51:11 +02:00 committed by GitHub
commit 8b7cdd510a
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ EXAMPLES
__cdist /home/cdist/cdist
# Use alternative source
__cdist --source "git://git.schottelius.org/cdist" /home/cdist/cdist
__cdist --source "git://github.com/telmich/cdist" /home/cdist/cdist
AUTHORS

View File

@ -56,7 +56,7 @@ code into your shell to get started and configure localhost::
# Get cdist
# Mirrors can be found on
# http://www.nico.schottelius.org/software/cdist/install/#index2h4
git clone git://git.schottelius.org/cdist
git clone git://github.com/ungleich/cdist
# Create manifest (maps configuration to host(s)
cd cdist