You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,10 +42,12 @@ A longer list of features and limitations is on the [wiki feature list](https://
42
42
43
43
### Install libraries
44
44
45
+
**NOTE:** The script will install packages and create a network bridge, and thus will ask for sudo access.
46
+
45
47
```
46
48
$ git clone https://github.com/hioa-cs/IncludeOS
47
49
$ cd IncludeOS
48
-
$ sudo ./install.sh
50
+
$ ./install.sh
49
51
```
50
52
51
53
**The script will:**
@@ -57,8 +59,6 @@ A longer list of features and limitations is on the [wiki feature list](https://
57
59
* Build the vmbuilder, which turns your service into a bootable image.
58
60
* Copy `vmbuild` and `qemu-ifup` from the repo, over to `$INCLUDEOS_HOME`.
59
61
60
-
**NOTE:** The script will install packages, and thus will require sudo access.
61
-
62
62
Detailed installation instructions for [Vagrant](https://github.com/hioa-cs/IncludeOS/wiki/Vagrant), [OS X](https://github.com/hioa-cs/IncludeOS/wiki/OS-X) and [Ubuntu](https://github.com/hioa-cs/IncludeOS/wiki/Ubuntu) are available in the Wiki, as well as instructions for [building everything from source](https://github.com/hioa-cs/IncludeOS/wiki/Ubuntu#b-completely-build-everything-from-source-slow).
0 commit comments