We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a0e42 commit 93659a0Copy full SHA for 93659a0
README.md
@@ -60,6 +60,25 @@ To run tests:
60
```
61
go test -v ./...
62
63
+## Usage
64
+
65
+To run the Arduino Language Server you need:
66
67
+- [arduino-cli](https://github.com/arduino/arduino-cli)
68
69
+After building, call:
70
71
+```
72
+./arduino-language-server -cli-config <path-to-cli-config>
73
74
+For example:
75
76
+./arduino-language-server -cli-config $HOME/.arduino15/arduino-cli.yaml
77
78
+Note: If you do not have an ArduinoCLI config file, you can create one by running:
79
80
+arduino-cli config init
81
82
83
## Donations
84
0 commit comments