chore: moved install scripts to ./bin
Done this to preemptively declutter root dir. Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
parent
c48819aacb
commit
d43abc0624
3 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
cargo rustc --release -- -C target-cpu=native
|
||||
cp ./target/release/gg ~/.local/bin
|
||||
cargo install --path .
|
3
bin/install_debug
Executable file
3
bin/install_debug
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
cargo rustc
|
||||
cargo install --path .
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
cargo rustc
|
||||
cp ./target/debug/gg ~/.local/bin
|
Loading…
Reference in a new issue