We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e46b5 commit 798b87cCopy full SHA for 798b87c
1 file changed
README.md
@@ -62,6 +62,30 @@ clusters. Having the ability for unprivileged users to use container
62
features would make it significantly easier to do interactive
63
debugging scenarios and the like.
64
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
89
Usage
90
-----
91
0 commit comments