diff --git a/README.md b/README.md index 3fc710f..066ac7a 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ Syntax highlighting for `aqua` programming language ## Installation -1. Install the extension -2. Configure colors for aqua-specific tokens (see below) +1. Install [the extension](https://marketplace.visualstudio.com/items?itemName=FluenceLabs.aqua-syntax-highlight) +2. Install compiler `npm install --global @fluencelabs/aqua-cli` +3. Configure colors for aqua-specific tokens (see below) Add the following lines to the [settings.json](https://code.visualstudio.com/docs/getstarted/settings) file. Feel free to choose colors according to you favorite theme. In the example below services will be highlighted as green and all the keywords which affect the topology will be highlighted as red @@ -48,4 +49,4 @@ see [vsc-extension-quickstart.md](vsc-extension-quickstart.md) ## License -[Apache 2.0](LICENSE) \ No newline at end of file +[Apache 2.0](LICENSE)