Skip to content

Commit

Permalink
Readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cod3monk3y committed Mar 30, 2014
1 parent 33f2487 commit 17b01f8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@ To run the tests, follow these steps:

1. clone the git repository to your machine. Here I'll use 'f:/ml005ut':

git clone [email protected]:cod3monk3y/coursera-ml005-unittests.git f:/ml005ut
`git clone [email protected]:cod3monk3y/coursera-ml005-unittests.git f:/ml005ut`

2. launch Octave and add the directory for the current assignment to your load path. For example, ex2 (Logistic Regression) would use:

>> addpath('f:/ml005ut/ex2/')
`>> addpath('f:/ml005ut/ex2/')`

3. run the tests!

>> test test_ex2
PASSED 6 out of 6 tests
`>> test test_ex2`

`PASSED 6 out of 6 tests`

Conventions and Guidelines
==========================
Expand Down

0 comments on commit 17b01f8

Please sign in to comment.