From d47084c7901e317e3d9c61c61d837300af8257b3 Mon Sep 17 00:00:00 2001 From: Ned Bingham Date: Wed, 4 Dec 2024 08:41:30 -0500 Subject: [PATCH] updating readme --- README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1112bfa..6600dca 100644 --- a/README.md +++ b/README.md @@ -90,9 +90,13 @@ cd loom git submodule update --init --recursive ``` -Build and Install +Build ``` make linux +``` + +Install +``` sudo dpkg -i lm-linux.deb ``` @@ -124,7 +128,12 @@ git submodule update --init --recursive Build ``` make windows -# this creates lm-windows.zip +``` + +Install +``` +unzip lm-windows.zip -d "C:\\Program Files (x86)" +export PATH="C:\\Program Files (x86)\\Loom\\bin:$PATH" ``` ### Mac OS @@ -144,7 +153,16 @@ git submodule update --init --recursive Build ``` make macos -# this creates lm-macos +``` + +Install +``` +tar -xzvf lm-macos.tar.gz +cp lm-macos/bin/lm /usr/local/bin +cp lm-macos/share/tech /usr/local/share +chmod +x /usr/local/bin/lm +chown -R root:staff /usr/local/share/tech +chmod -R ug+rw /usr/local/share/tech ``` ### Run Tests