Updated README.

This commit is contained in:
Jacob Signorovitch 2025-01-18 11:05:15 -05:00
parent 868ee84aeb
commit 6d7ff5d43f

View File

@ -5,9 +5,8 @@ Version v1.0-alpha
## Usage ## Usage
```bash ```bash
git clone https://git.signorovitch.org/jacob/scl \ git clone https://git.signorovitch.org/jacob/scl -b stable
--depth 1 \ cd scl
-b stable
make release make release
./scl ./scl
``` ```
@ -16,8 +15,8 @@ make release
```bash ```bash
git clone git@signorovitch.org:jacob/scl --recurse-submodules && cd scl git clone git@signorovitch.org:jacob/scl --recurse-submodules && cd scl
make # Build. make all test
./scl # Run. ./scl
``` ```
If you wish to run tests, make sure to run `git clone --recurse-submodules` to If you wish to run tests, make sure to run `git clone --recurse-submodules` to