Change $HOME to ~

As $HOME shows /root under sudo
develop
Kelvie Wong 2023-01-20 17:21:33 -08:00
parent 5a20f775bf
commit 839636a563
1 changed files with 1 additions and 1 deletions

@ -52,5 +52,5 @@ else
echo "hack/ directory already present)"
echo
echo "Typically this can be done like this:"
echo " cp -r win64-cross/output/* \"$HOME/.local/share/Steam/steamapps/common/Dwarf Fortress\""
echo " cp -r win64-cross/output/* ~/.local/share/Steam/steamapps/common/\"Dwarf Fortress\""
fi