From 5320761b9bace01a1eb4bdbc6879cf7723a310dd Mon Sep 17 00:00:00 2001 From: Rene Richarz Date: Sat, 8 Jun 2024 09:13:57 +0200 Subject: [PATCH] Fixed instructions for installation on Macintosh --- macintosh.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/macintosh.txt b/macintosh.txt index bd6282b..5407a64 100644 --- a/macintosh.txt +++ b/macintosh.txt @@ -32,10 +32,15 @@ Type the following commands in your terminal window: 11. make -12. Test with ./tek4010 demos/demo.sh +12. make install -To use it, type cd ~/Tek4010 -and use ./tek4010 to start tek4010 +13. Add PATH="$HOME/.local/bin:$PATH" to your ~/.zprofile file + +14. Reboot your Mac + +15. Test with + cd ~/Tek4010 + tek4010 demos/demo.sh There are a few minor problems at present, see the issues in the github repository \ No newline at end of file