mimblewimble / docs

Documentation for Grin and Mimblewimble

Home Page:https://docs.grin.mw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot create directory file exists

rw258906 opened this issue · comments

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.

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