cannot create directory file exists
rw258906 opened this issue · 2 comments
rw258906 commented
When typing mkdir ~/grin it doesn't let you make the directory since the previous command creates a file named grin and Ubuntu will not let you have a file and a folder with the same name in the same directory.
sesam commented
which doc url has mkdir, if you've still got it handy to paste? it is
outdated info.
rw258906 commented
it's under installation, linux (all distros) from: https://github.com/mimblewimble/docs/wiki/how-to-run-a-grin-node#linux-all-distributions
tar xzf grin-v1.0.0-479973573-linux-amd64.tgz
mkdir ~/grin
cp grin ~/grin
echo export 'PATH=~/grin:$PATH' >> ~/.bashrc
source ~/.bashrc