Skip to content

Commit

Permalink
README.md: more updates on instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith committed Nov 27, 2023
1 parent 318dff4 commit 7aa4dba
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Building and Installing

This software has been designed to run in a UNIX-like environment.

* Step 0
* Step 1

This software package requires a functioning installation of the GNU
Scientific Library (GSL). If you don't already have this installed,
Expand All @@ -29,7 +29,13 @@ This software has been designed to run in a UNIX-like environment.
```
will add search paths for compiling and linking.

* Step 1
You will also need to clone this repo recursively to get the source
with submodules:
```console
git clone --recursive https://github.com/smithlabcode/cread.git
```

* Step 2

To build the binaries type the following from the root of the
source tree:
Expand Down

0 comments on commit 7aa4dba

Please sign in to comment.