2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-26 00:37:10 -07:00

Changed bash format to console

This commit is contained in:
Erik C. Thauvin 2024-01-31 18:45:24 -08:00 committed by GitHub
parent 9fc422da21
commit e7633b4723
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,7 +113,7 @@ Read more in the [full documentation](https://github.com/rife2/bld/wiki) and [bl
If you want to contribute to `bld` or customize it, all you have to do is clone the GitHub If you want to contribute to `bld` or customize it, all you have to do is clone the GitHub
repository and update the [RIFE2/core](https://github.com/rife2/rife2-core) submodule: repository and update the [RIFE2/core](https://github.com/rife2/rife2-core) submodule:
```bash ```console
git clone git@github.com:rife2/bld.git git clone git@github.com:rife2/bld.git
cd bld cd bld
git submodule init git submodule init
@ -122,7 +122,7 @@ git submodule update
Then use `bld` to build itself: Then use `bld` to build itself:
```bash ```console
./bld compile ./bld compile
``` ```