Browse Source

Init commit in new repo

Joachim M. Giæver 7 years ago
parent
commit
bb630c1c99
1 changed files with 14 additions and 2 deletions
  1. 14 2
      README.md

+ 14 - 2
README.md

@@ -1,3 +1,15 @@
-# bochs-install
+Install BOCHS 2.6 on Ubuntu
+===
 
-Install BOCHS 2.6 on Ubuntu
+
+### Make `install.sh` executable;
+Browse to the directory where install.sh is located. 
+Make it executable by issuing the cmd:
+```
+$ chmod +x ./install.sh
+```
+
+Run the file: ```$ ./install.sh``` and follow instructions.
+
+### Note
+This is used by the class INF-2201 Operating system fundamentals. Only tested under Ubuntu 14.04 but it may work on newer distros, or other debian based distros.