Skip to content

Commit b94fdbe

Browse files
authored
Update README.md
1 parent 2495e6d commit b94fdbe

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Some references:
55
ICTAC 2022 - 19th International Colloquium, Tbilisi, Georgia, September 27-29, 2022, Proceedings. Lecture Notes in Computer Science, vol. 13572, pp. 290–304. Springer (2022). https://doi.org/10.1007/978-3-031-17715-6“ ̇19
66
2. Lungu, A., Lucanu, D.: _Supporting algorithm analysis with symbolic execution in Alk_. In: Ameur, Y.A., Craciun, F. (eds.) Theoretical Aspects of Software Engineering - 16th International Symposium, TASE 2022, Proceedings. Lecture Notes in Computer Science, vol. 13299, pp. 406–423. Springer (2022), https://doi.org/10.1007/978-3-031-10363-6 27
77

8+
Read the [reference manual](../../wiki/Reference-Manual) to review the Alk syntax.
9+
Also consider the [Alk-by example](../../wiki/Alk-by-examples) wiki to understand how Alk behaves in real-scenarios.
10+
811
# Using the Alk VS Code Extension
912
1. Install VS Code from the official [page](https://code.visualstudio.com/download).
1013
2. In the Extensions tag in the left side, check for the "Alk Visual Studio Code Extension" and install.
@@ -54,8 +57,6 @@ Optionally (and remmended) is to create a symbolic link named `alki`:
5457
```
5558
ln -s ../../bin/alki.sh ../../bin/alki
5659
```
57-
Read the [reference manual](../../wiki/Reference-Manual) to review the Alk syntax.
58-
Also consider the [Alk-by example](../../wiki/Alk-by-examples) wiki to understand how Alk behaves in real-scenarios.
5960
6061
# Set Alk in PATH system variable
6162
* Linux/Mac OS:

0 commit comments

Comments
 (0)