mirror of
https://github.com/rife2/bld
synced 2025-12-20 16:48:38 +01:00
Changed bash format to console
This commit is contained in:
parent
9fc422da21
commit
e7633b4723
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue