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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ SourceKit-LSP is under heavy development! The best way to try it out is to build
9
9
10
10
1. Install the latest [Trunk Development (master)](https://swift.org/download/#trunk-development-master) toolchain from Swift.org. Set the environment variable `SOURCEKIT_TOOLCHAIN_PATH` to the absolute path to the toolchain or otherwise configure your editor to use this toolchain. See [Toolchains](#toolchains) for more information.
11
11
12
-
2. Build the language server executable `sourcekit-lsp` using `swift build`. See [Building](#building) for more information.
12
+
2. Build the language server executable `sourcekit-lsp` using `swift build`. See [Building](#building-sourcekit-lsp) for more information.
13
13
14
14
3. Configure your editor to use the newly built `sourcekit-lsp` executable. See [Editors](Editors) for more information about editor integration.
0 commit comments