Skip to content

Commit

Permalink
Install Script: Add return carriages to the PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf committed Nov 19, 2018
1 parent f1f122a commit 4c11bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glue-codes/kitefast/kitefast_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ cd .. # move back to mbdyn
sudo make install # install everything

# add the mbdyn installation directory to your .bashrc
echo 'PATH="/usr/local/mbdyn/bin:$PATH"' >> ~/.bashrc
echo -e '\nPATH="/usr/local/mbdyn/bin:$PATH"\n' >> ~/.bashrc
source ~/.bashrc

### optional
Expand Down

0 comments on commit 4c11bed

Please sign in to comment.