From f0665ce3ef75d9cfcf34ea191af680eb7dae5dd5 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 16 Jan 2020 12:47:09 -0500 Subject: [PATCH] Add installation instructions --- INSTALL.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 INSTALL.md diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..e760b93 --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,16 @@ +# Install CACmb + +In order to build CACmb switch to the src repository and run: + +``` +make +``` + +Once this command is complete you can run: + +``` +sudo make install +``` + +in order to copy the installation to `/usr/local/bin`. +