Fix typo in README- 'codeburg' => 'codeberg'

This commit is contained in:
Shane Engelman 2023-04-05 11:08:28 -05:00
parent 47e883a348
commit beac29f3d9
Signed by: shane
GPG Key ID: D9DF703B83B9A9B5
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ us as desired.
1. Clone toolchain as a git submodule somewhere in your project
```
git submodule add https://codeburg.org/distrust/toolchain src/toolchain
git submodule add https://codeberg.org/distrust/toolchain src/toolchain
```
2. Include toolchain Makefile in your root Makefile