Updated README.

This commit is contained in:
Jacob Signorovitch 2025-01-18 11:01:56 -05:00
parent 694eb43eab
commit 868ee84aeb

View File

@ -5,8 +5,18 @@ Version v1.0-alpha
## Usage
```bash
git clone https://git.signorovitch.org/jacob/scl && cd scl
make release # Build.
git clone https://git.signorovitch.org/jacob/scl \
--depth 1 \
-b stable
make release
./scl
```
### For Development
```bash
git clone git@signorovitch.org:jacob/scl --recurse-submodules && cd scl
make # Build.
./scl # Run.
```