From 96038f4baa1830064ebb2a5071d112ca68454bd4 Mon Sep 17 00:00:00 2001 From: Jacob Date: Sat, 18 Jan 2025 11:05:58 -0500 Subject: [PATCH] Updated README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0affac0..fddc8c9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Version v1.0-alpha git clone https://git.signorovitch.org/jacob/scl -b stable cd scl make release -./scl +./scl.out ``` ### For Development @@ -16,7 +16,7 @@ make release ```bash git clone git@signorovitch.org:jacob/scl --recurse-submodules && cd scl make all test -./scl +./scl.out ``` If you wish to run tests, make sure to run `git clone --recurse-submodules` to