We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a85d4f commit 8c41d7cCopy full SHA for 8c41d7c
README.md
@@ -52,6 +52,26 @@ wget https://raw.githubusercontent.com/sara-nl/GridScripts/master/view-macaroon
52
wget https://raw.githubusercontent.com/sara-nl/GridScripts/master/get-macaroon -P ada
53
```
54
55
+### Availability
56
+The commands now are only available in the installed folder. To make them accessible from any location on your computer do:
57
+
58
+#### MacOs
59
60
+```
61
+chmod +x ./ada
62
+sudo ln -s ./ada /usr/local/bin/ada
63
+sudo ln -s ./get-macaroon /usr/local/bin/get-macaroon
64
+sudo ln -s ./view-macaroon /usr/local/bin/view-macaroon
65
66
67
+Test with a new terminal and type in `ada --help`.
68
69
+#### Linux
70
71
+TODO
72
73
74
75
### Testing
76
77
To test the installation, run:
0 commit comments