Skip to content

Commit d304b9a

Browse files
eatradishMingcongBai
authored andcommitted
chore: add apt install and cargo install cargo-deb steps to README
1 parent 3fd0720 commit d304b9a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,11 @@ During runtime, oma requires or recommends the following:
6060
cd oma
6161
```
6262

63-
2. Build the binary as an installable .deb package:
63+
2. Build the binary as an installable .deb package (Ubuntu/Debian):
6464

6565
```bash
66+
apt install build-essential zlib1g-dev libssl-dev pkgconf nettle-dev libapt-pkg-dev curl xz-utils clang libbz2-dev liblzma-dev
67+
cargo install cargo-deb
6668
cargo deb -Z xz
6769
```
6870

0 commit comments

Comments
 (0)