summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8aa558c..58f0c19 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,10 @@
## Install
```console
+$ ./autogen.sh
+$ ./configure --prefix=/usr
$ make
-$ mv slirp4netns ~/bin
+$ make install
```
## Usage