intel / ccloudvm

Configurable Cloud VM is a small command line tool for automatically creating development and demo environments for complex projects. The tool sets up these development environments inside a virtual machine which it automatically creates on the user’s host computer. This avoids polluting the user’s host machine with components from the chosen development environment and provides a clean, predictable and repeatable environment in which this development environment can run.
Apache License 2.0
32 stars 19 forks source link

Update build instructions #75

Closed markdryan closed 6 years ago

markdryan commented 6 years ago

The build instructions for the README.md file were incorrect. If you were to execute the commands on a fresh install only the ccloudvm cli tool would be built. The systemd user service would not get built. This commit updates the build instructions to ensure that everything gets built.

Fixes: https://github.com/intel/ccloudvm/issues/74

Signed-off-by: Mark Ryan mark.d.ryan@intel.com

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 68.35% when pulling f289eb019ef7c8dffbc86bf6b5b1178317a38c57 on markdryan:fix-readme into ad9970d7daf5078351d278851e22041bafe7c411 on intel:master.