From 280b9711fefcc9f068e14c79a904a1e67e763e10 Mon Sep 17 00:00:00 2001 From: parazyd Date: Thu, 9 Mar 2017 19:28:10 +0100 Subject: [PATCH] add sudo note --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9d7b870..a5c9ca5 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ vm-sdk is designed to be used interactively from a terminal. It requires the following packages to be installed in addition to the [dependencies required for libdevuansdk](https://github.com/dyne/libdevuansdk/blob/master/README.md#requirements). +`sudo` permissions are required for the user that is running the build. + ``` virtualbox vagrant qemu qemu-utils ```