From 853226fae40690c8e9916f30432a554a2cde3aba Mon Sep 17 00:00:00 2001 From: Jesse Laprade Date: Sun, 26 Jul 2020 15:16:40 -0400 Subject: [PATCH] changed clone link to point to notabug.org --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b426db7..a7e99d8 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Below is a list of platforms that rodo can run on: The following items must be downloaded and installed before you can use rodo: * Racket: [https://racket-lang.org/](https://racket-lang.org/) -* rodo's source code: [https://github.com/m455/rodo](https://github.com/m455/rodo) +* rodo's source code: [https://notabug.org/m455/rodo](https://notabug.org/m455/rodo) # Quick start @@ -81,7 +81,7 @@ This section is for users who are familiar with git, a Unix-like command line en scripting. 1. Make sure [Racket](https://racket-lang.org/) is installed -2. `git clone https://github.com/m455/rodo` +2. `git clone https://notabug.org/m455/rodo` 3. `cd rodo` 4. `sudo make install-global` 5. `rodo` @@ -108,7 +108,7 @@ will need the source code to install rodo. ### To download rodo using git -1. Run `git clone https://github.com/m455/rodo` +1. Run `git clone https://notabug.org/m455/rodo` **Note**: This will create a `rodo` directory in your current directory.