fixed urls
parent
b8ce1e8804
commit
acc4782d5d
|
@ -79,7 +79,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:
|
The following items must be downloaded and installed before you can use rodo:
|
||||||
|
|
||||||
* Racket: [https://racket-lang.org/](https://racket-lang.org/)
|
* Racket: [https://racket-lang.org/](https://racket-lang.org/)
|
||||||
* rodo's source code: [https://git.m455.casa/m455/rodo](https://git.m455.casa/m455/rodo)
|
* rodo's source code: [https://git.m455.casa/rodo](https://git.m455.casa/rodo)
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@ This section is for users who are familiar with git, a Unix-like command line en
|
||||||
scripting.
|
scripting.
|
||||||
|
|
||||||
1. Make sure [Racket](https://racket-lang.org/) is installed
|
1. Make sure [Racket](https://racket-lang.org/) is installed
|
||||||
2. `git clone git://git.m455.casa/m455/rodo`
|
2. `git clone git://git.m455.casa/rodo`
|
||||||
3. `cd rodo`
|
3. `cd rodo`
|
||||||
4. `sudo make install-global`
|
4. `sudo make install-global`
|
||||||
5. `rodo`
|
5. `rodo`
|
||||||
|
@ -114,7 +114,7 @@ will need the source code to install rodo.
|
||||||
|
|
||||||
#### To download rodo using git
|
#### To download rodo using git
|
||||||
|
|
||||||
1. Run `git clone git://git.m455.casa/m455/rodo`
|
1. Run `git clone git://git.m455.casa/rodo`
|
||||||
|
|
||||||
**Note**: This will create a `rodo` directory in your current directory.
|
**Note**: This will create a `rodo` directory in your current directory.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue