Skip to content

Commit 798b87c

Browse files
committed
Add install instruction to README.md
Closes #315 Closes #363 Signed-off-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
1 parent 90e46b5 commit 798b87c

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,30 @@ clusters. Having the ability for unprivileged users to use container
6262
features would make it significantly easier to do interactive
6363
debugging scenarios and the like.
6464

65+
Installation
66+
------------
67+
68+
bubblewrap is available in the package repositories of the most Linux distributions
69+
and can be installed from there.
70+
71+
If you need to build bubblewrap from source, you can do this with meson or autotools.
72+
73+
meson:
74+
75+
```
76+
meson _builddir
77+
meson compile -C _builddir
78+
meson install -C _builddir
79+
```
80+
81+
autotools:
82+
83+
```
84+
./autogen.sh
85+
make
86+
sudo make install
87+
```
88+
6589
Usage
6690
-----
6791

0 commit comments

Comments
 (0)