You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,12 @@
41
41
14
42
42
```
43
43
It is strongly recommended to include the folder `Linux_Mac` or `Windows` in the PATH environment variable. This allow to call the the interpreter without mentioning the path to its location.
44
-
44
+
45
+
Optionally (and remmended) is to create a symbolic link named `alki`:
46
+
* Linux/Mac OS:
47
+
```
48
+
ln -s ../../bin/alki.sh ../../bin/alki
49
+
```
45
50
Read the [reference manual](../../wiki/Reference-Manual) to review the Alk syntax.
46
51
Also consider the [Alk-by example](../../wiki/Alk-by-examples) wiki to understand how Alk behaves in real-scenarios.
0 commit comments