Skip to content

Commit

Permalink
Merge pull request #261 from blakecaldwell/mac_doc_update2
Browse files Browse the repository at this point in the history
DOC: minor typo in mac instructions
  • Loading branch information
blakecaldwell authored Nov 20, 2020
2 parents be9c9d4 + adc6142 commit 6342b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/mac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The Xcode Command Line Tools package includes utilities for compiling code from
```bash
curl -OL https://github.com/jonescompneurolab/hnn/releases/latest/download/hnn.tar.gz
mkdir hnn_source code
mkdir hnn_source_code
tar -x --strip-components 1 -f hnn.tar.gz -C hnn_source_code
cd hnn_source_code
make
Expand Down

0 comments on commit 6342b89

Please sign in to comment.