Skip to content

Commit

Permalink
README: Specify the need to create the sosroot/ dir
Browse files Browse the repository at this point in the history
Signed-off-by: Rune Morling <ermo@serpentos.com>
  • Loading branch information
ermo committed Oct 13, 2023
1 parent ccdc0c8 commit 8e69dde
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,18 @@ Remember to use the `-D sosroot` argument to specify a root directory, otherwise
eat your operating system.

cargo build --release


# create the sosroot/ directory
mkdir -pv sosroot/

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

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

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

## Contributing changes

Expand Down

0 comments on commit 8e69dde

Please sign in to comment.