You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cli/README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
1
# 🐙❄️ Spawnflake(s)
2
2
3
3
This is the cli tool the loyal companion of the spanwflake libary
4
+
It should work on both windows and linux (mostly tested in linux)
4
5
5
-
## USAGE
6
+
## Usage
6
7
7
8
```
8
-
spawnflakes.exe [OPTIONS]
9
+
spawnflake-cli[.exe] [OPTIONS]
9
10
10
11
FLAGS:
11
12
-h, --help Prints help information
@@ -19,5 +20,9 @@ OPTIONS:
19
20
```
20
21
example
21
22
```
22
-
spawnflakes.exe -s 4 -c ..\config.json
23
-
```
23
+
spawnflake-cli[.exe] -s 4 -c ..\config.json
24
+
```
25
+
26
+
## Installing
27
+
* You can build it from source by cloning this repo and running `cargo build --release`
28
+
* Or you can install it directly from crates.io Just do `cargo install spawnflake-cli`. In this case, though, make sure that `~/.cargo/bin/` is in your PATH variable
0 commit comments