Update Installation instructions authored by Nikolai.Hartmann's avatar Nikolai.Hartmann
......@@ -12,8 +12,8 @@ cd xcache-nspawn-lrz
git config receive.denyCurrentBranch updateInstead
# remove everything, except .git
rm -r *
# checkout files to /
git config core.worktree /
# checkout files
git reset --hard
# list tracked files
git ls-files /
......
......