Skip to content

Commit

Permalink
Merge pull request #21 from ncsa/joshfactorial-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
joshfactorial authored Nov 15, 2024
2 parents 81c8c69 + 356c7a1 commit 79389bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Use the help menu to see the available options and leave an issue if you find so
To compile and run rusty-neat yourself, you will need the Rust environment (https://www.rust-lang.org/tools/install), with cargo. You will also need git installed for your operating system. You will then need to git clone and cd into the repo directory. From your home directory in Linux the process might look something like:

```angular2html
~/$ git clone [email protected]/ncsa/rusty-neat.git
~/$ git clone [email protected]:ncsa/rusty-neat.git
~/$ cd rusty-neat
~/rusty-neat/$
```
Expand All @@ -52,4 +52,4 @@ Rust will download any required packages. Compiling Rust code is the slowest par

```angular2html
~/rusty-neat/$ ./target/debug/rusty-neat
```
```

0 comments on commit 79389bf

Please sign in to comment.