-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from ncsa/joshfactorial-patch-1
Update README.md
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/$ | ||
``` | ||
|
@@ -52,4 +52,4 @@ Rust will download any required packages. Compiling Rust code is the slowest par | |
|
||
```angular2html | ||
~/rusty-neat/$ ./target/debug/rusty-neat | ||
``` | ||
``` |