Added bin to export

This commit is contained in:
Ian Bell
2014-07-06 18:13:21 +02:00
parent c69681935b
commit e0eca772b7

View File

@@ -21,7 +21,7 @@ OSX
For OSX, your best best is a binary installer (see http://wiki.octave.org/Octave_for_MacOS_X), alternatively, you can install from Homebrew, though as of July 6, 2014, this functionality was broken in OSX 10.9
If you use the installer, you might want to add the folder that it puts the octave installation onto the path. To do so, add to the file .profile (or create it) in your home directory:
```
export PATH="/usr/local/octave/3.8.0:$PATH"
export PATH="/usr/local/octave/3.8.0/bin:$PATH"
```
Windows