Go to file
DOOM1EM8Cover c6994ab672 More Work 2023-08-28 20:10:43 +01:00
.idea More work on a lot of subjects 2023-08-28 20:09:31 +01:00
core More work on a lot of subjects 2023-08-28 20:09:31 +01:00
core_stdlib More Work 2023-08-28 20:10:43 +01:00
docs More work on a lot of subjects 2023-08-28 20:09:31 +01:00
package-manager More Work 2023-08-28 20:10:43 +01:00
package-manager-server More Work 2023-08-28 20:10:43 +01:00
runtime More Work 2023-08-28 20:10:43 +01:00
.gitignore More work on a lot of subjects 2023-08-28 20:09:31 +01:00
Cargo.toml More work on a lot of subjects 2023-08-28 20:09:31 +01:00
README.md More work on a lot of subjects 2023-08-28 20:09:31 +01:00

README.md

Comline

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:

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)

Now the command comline-dev is available anywhere