From 356c7a12dc49564371b339683064b12ed6a091b3 Mon Sep 17 00:00:00 2001 From: Joshua Allen Date: Fri, 15 Nov 2024 13:57:10 -0600 Subject: [PATCH] Update README.md fixed type in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7aa5ad3..24a6fc8 100755 --- a/README.md +++ b/README.md @@ -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 git@github.com/ncsa/rusty-neat.git +~/$ git clone git@github.com: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 -``` \ No newline at end of file +```