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