Skip to content

Commit 79389bf

Browse files
Merge pull request #21 from ncsa/joshfactorial-patch-1
Update README.md
2 parents 81c8c69 + 356c7a1 commit 79389bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Use the help menu to see the available options and leave an issue if you find so
3232
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:
3333

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

5353
```angular2html
5454
~/rusty-neat/$ ./target/debug/rusty-neat
55-
```
55+
```

0 commit comments

Comments
 (0)