Updated README.
This commit is contained in:
parent
694eb43eab
commit
868ee84aeb
16
README.md
16
README.md
@ -5,9 +5,19 @@ Version v1.0-alpha
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://git.signorovitch.org/jacob/scl && cd scl
|
git clone https://git.signorovitch.org/jacob/scl \
|
||||||
make release # Build.
|
--depth 1 \
|
||||||
./scl # Run.
|
-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
|
If you wish to run tests, make sure to run `git clone --recurse-submodules` to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user