1
0
Fork 0

Update release_creator.py

master
Philip O'Toole 10 months ago committed by GitHub
parent b7be6f3e82
commit c756b380a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,15 +38,9 @@ cd rqlite-{release}-linux-amd64
```
### macOS
```
homebrew rqlite
```
#### Homebrew
```brew install rqlite```
```homebrew rqlite```
### Windows
rqlite can be built for Windows, and Windows compatibility is ensured via [AppVeyor](https://www.appveyor.com/). However you may need to build a specific release yourself, though the top-of-tree build [is available for download](https://ci.appveyor.com/api/projects/otoolep/rqlite/artifacts/rqlite-latest-win64.zip?branch=master) from AppVeyor. Check out the [CI build for Windows](https://ci.appveyor.com/project/otoolep/rqlite) for more details. Please note that I do not control the build process in AppVeyor and you download and use those binaries at your own risk.
"""

Loading…
Cancel
Save