Skip to content

Commit

Permalink
README: Hey, @ermo
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <ikey@serpentos.com>
  • Loading branch information
ikeycode committed Oct 9, 2023
1 parent 836c6c9 commit 866573c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,22 @@ $ cargo build -p moss
$ cargo run -p moss -- $args
```

## Experiment

Remember to use the `-D root` argument to specify a root directory, otherwise moss will happily
eat your operating system.

cargo build --release

# Add the volatile repo
./target/release/moss -D root repo add volatile https://dev.serpentos.com/volatile/x86_64/stone.index

# List packages
./target/release/moss -D root list available

# Install something
./target/release/moss -D root install systemd bash libx11-32bit

## Contributing changes

Please ensure all tests are running locally without issue:
Expand Down

0 comments on commit 866573c

Please sign in to comment.