added missing code tick

main
Jesse Laprade 2021-10-12 17:29:15 -04:00
parent 2b16792a12
commit b8ce1e8804
1 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,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 git://git.m455.casa/m455/rodo
2. `git clone git://git.m455.casa/m455/rodo`
3. `cd rodo`
4. `sudo make install-global`
5. `rodo`
@ -114,7 +114,7 @@ will need the source code to install rodo.
#### To download rodo using git
1. Run `git clone git://git.m455.casa/m455/rodo
1. Run `git clone git://git.m455.casa/m455/rodo`
**Note**: This will create a `rodo` directory in your current directory.