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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ The Docker Language Server relies on some features that are dependent on [Buildx
35
35
36
36
## Installing
37
37
38
-
Ensure you have Go 1.24 or greater installed, check out this repository and then run `make install`. Alternatively, if you have Go installed then you can run `go install github.com/docker/docker-language-server/cmd/docker-language-server@latest` to get the latest version.
38
+
Ensure you have Go 1.24 or greater installed, check out this repository and then run `make install`. Alternatively you can run `go install github.com/docker/docker-language-server/cmd/docker-language-server@latest` to get the latest version.
0 commit comments