summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 6 insertions, 5 deletions
diff --git a/README b/README
index be2de8f..9e727c1 100644
--- a/README
+++ b/README
@@ -18,11 +18,12 @@ What does it do?
as a background process and terminates itself.
How can I build it?
- This project has been converted to cmake and can be built by
- "cmake <Path to vmchooser source> && make". With cmake, this can be built
- in an arbitrary directory.
-
- UPDATE: You can build it by changing into the directory "build", calling "./make.sh"
+ This project has been converted to cmake and can be built by running:
+ $ mkdir -p build
+ $ cd build
+ $ cmake .. && make
+ Alternatively you can just run:
+ $ ./build.sh
How can I install it?
See below