Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
acp29 authored Oct 12, 2022
1 parent 075d005 commit 900d59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To install (or test) the statistics-bootstrap package at it's existing location
* Download the package. If it is a compressed file, decompress it.
* Open Octave or Matlab command prompt.
* `cd` to the package directory. (The directory contains a file called 'make.m' and 'install.m')
* Type `make` to compile the mex files from source (or use the precompiled binaries if available. If precompiled binaries are not available for your platform, then Matlab/Octave will need access to a C++ compiler (C++11 or above). Note that if you skip this step, the package functions will still work, but will run significantly slower.)
* Type `make` to compile the mex files from source (or use the precompiled binaries if available. If precompiled binaries are not available for your platform, then Matlab/Octave will need access to a C++ compiler and libraries (for C++11 or above). Note that if you skip this step, the package functions will still work, but will run significantly slower.)
* Type `install`. The package will load now (and automatically in the future) when you start Octave/Matlab.

To uninstall, `cd` to the package directory and type `uninstall`.
Expand Down

0 comments on commit 900d59a

Please sign in to comment.