2023-06-23 22:16:35 -05:00
|
|
|
# Comline
|
|
|
|
|
2023-08-28 14:09:31 -05:00
|
|
|
## Development WOOS
|
|
|
|
This is a very temporary alias for development (which might just easily break), since we need
|
|
|
|
to use the package manager sometimes, lets do a alias:
|
2023-06-23 22:16:35 -05:00
|
|
|
|
2023-08-28 14:09:31 -05:00
|
|
|
### Linux
|
|
|
|
From this directory(`comline-rs/`, be sure you are here) in console, make an alias to the executable:
|
|
|
|
- Fish: `alias comline-dev="\"$(pwd)/target/debug/comline-package-manager\""`
|
|
|
|
- Bash: `alias comline-dev="\"$PWD/target/debug/comline-package-manager\""` (might be wrong, didn't test)
|
2023-06-23 22:16:35 -05:00
|
|
|
|
2023-08-28 14:09:31 -05:00
|
|
|
Now the command `comline-dev` is available anywhere
|