pushing to gitea

main
Jesse Laprade 2020-09-30 22:34:21 -04:00
parent 0f41faa83f
commit 00048d02d4
1 changed files with 2 additions and 2 deletions

View File

@ -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 git://git.m455.casa/rodo.git`
2. `git clone https://git.m455.casa/m455/rodo.git`
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 git://git.m455.casa/rodo.git`
1. Run `git clone https://git.m455.casa/m455/rodo.git`
**Note**: This will create a `rodo` directory in your current directory.