From e7633b47239d6076e453525f0c585e29300da314 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 31 Jan 2024 18:45:24 -0800 Subject: [PATCH] Changed bash format to console --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4480411..466e03d 100644 --- a/README.md +++ b/README.md @@ -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 repository and update the [RIFE2/core](https://github.com/rife2/rife2-core) submodule: -```bash +```console git clone git@github.com:rife2/bld.git cd bld git submodule init @@ -122,7 +122,7 @@ git submodule update Then use `bld` to build itself: -```bash +```console ./bld compile ```