Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,21 @@ This repo contains the full sourcecode for Void. If you're new, welcome!
- 🚙 [Project Board](https://github.com/orgs/voideditor/projects/2)


## Installation

### Windows and MacOS

You can easily download Void from here: [https://voideditor.com/download-beta]

### Linux

You can download Void for Linux from here: [https://github.com/voideditor/binaries/releases]. Please make sure to select the right release for your version of Linux.

### Install from Source

You can install Void from source by following the steps explained inside this page: [https://github.com/voideditor/void/blob/main/HOW_TO_CONTRIBUTE.md#developer-mode-instructions]


## Contributing

1. To get started working on Void, check out our Project Board! You can also see [HOW_TO_CONTRIBUTE](https://github.com/voideditor/void/blob/main/HOW_TO_CONTRIBUTE.md).
Expand Down