Compare commits

...

2 Commits
v1.0 ... master

Author SHA1 Message Date
9039c0a89c Renamed licence to license 2021-07-19 02:32:27 +02:00
7cb357e17d Update README.md 2021-07-19 02:28:27 +02:00
2 changed files with 4 additions and 4 deletions

View File

View File

@ -11,9 +11,9 @@ Only tested on Linux, but should work on Mac and Windows too.
### Binary ### Binary
Get the [latest binaries](https://github.com/ByteDream/vivo/releases/latest) if you just want the command line version. Get the [latest binaries](https://github.com/ByteDream/vivo/releases/latest) if you just want the command line version.
- [Linux (amd64)](https://github.com/ByteDream/vivo/releases/download/v1.0/vivo-1.0_linux) - [Linux (amd64)](https://github.com/ByteDream/vivo/releases/download/v1.0/vivo-v1.0_linux)
- [Windows (amd64)](https://github.com/ByteDream/vivo/releases/download/v1.0/vivo-1.0_windows) - [Windows (amd64)](https://github.com/ByteDream/vivo/releases/download/v1.0/vivo-v1.0_windows)
- [Mac (amd64)](https://github.com/ByteDream/vivo/releases/download/v1.0/vivo-1.0_darwin) - [Mac (amd64)](https://github.com/ByteDream/vivo/releases/download/v1.0/vivo-v1.0_darwin)
Or install and run it directly from source Or install and run it directly from source
``` ```
@ -101,4 +101,4 @@ func main() {
## License ## License
This project is licensed under the Mozilla Public License 2.0 (MPL-2.0) - see the [LICENSE](LICENCE) file for more details. This project is licensed under the Mozilla Public License 2.0 (MPL-2.0) - see the [LICENSE](LICENSE) file for more details.