summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2020-02-15 21:16:53 +0100
committerSefa Eyeoglu2020-02-15 21:16:53 +0100
commit26295909b6024019da2b92e815519872b6a8c406 (patch)
tree642f96333e5ae4bf5e624794ed5183f6ec9377e3
parent1ee0bc0543476932dc222a6b888c41a31b0097e5 (diff)
downloadaur-26295909b6024019da2b92e815519872b6a8c406.tar.gz
Fix wrong path in install file
-rw-r--r--proji.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/proji.install b/proji.install
index d5c5a03d2d01..e21f032d5b08 100644
--- a/proji.install
+++ b/proji.install
@@ -1,5 +1,5 @@
function post_install {
echo "
-You need to setup your config structure in $HOME/.config first. Run cp -r "/usr/share/doc/proji/example-config/" "~/.config/proji"
+You need to setup your config structure in \$HOME/.config first. Run cp -r "/usr/share/doc/proji/example-config/" "~/.config/proji"
"
}