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
Remove duplicate platform listing from standalone binaries
The platform information was duplicating what's already in the package
manager section and isn't needed in the standalone binaries section.
Changes:
- Remove platform bullet list from standalone binaries section
- Keep GitHub Releases link and go straight to installation examples
- Platform information is already covered in package manager section
Standalone binaries are available for macOS, Linux, and Windows from [GitHub Releases](https://github.com/joshuadavidthomas/django-language-server/releases).
125
125
126
-
Pre-built binaries are provided for the following platforms:
127
-
128
-
- Linux: x64, arm64
129
-
- macOS: x64 (Intel), arm64 (Apple Silicon)
130
-
- Windows: x64
131
-
132
-
Download the archive for your platform, extract it, and add the binary to your PATH.
0 commit comments