From 868ee84aeb5337fad98a72f843b98286f5dc0b9a Mon Sep 17 00:00:00 2001 From: Jacob Date: Sat, 18 Jan 2025 11:01:56 -0500 Subject: [PATCH] Updated README. --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d545415..74c324c 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,19 @@ Version v1.0-alpha ## Usage ```bash -git clone https://git.signorovitch.org/jacob/scl && cd scl -make release # Build. -./scl # Run. +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. ``` If you wish to run tests, make sure to run `git clone --recurse-submodules` to