Skip to content

Commit 4ac565b

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 37f208b + 781ee4e commit 4ac565b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,12 @@
4141
14
4242
```
4343
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+
```
4550
Read the [reference manual](../../wiki/Reference-Manual) to review the Alk syntax.
4651
Also consider the [Alk-by example](../../wiki/Alk-by-examples) wiki to understand how Alk behaves in real-scenarios.
4752

0 commit comments

Comments
 (0)