Skip to content

Commit

Permalink
Updates documentation to account for installer
Browse files Browse the repository at this point in the history
  • Loading branch information
joncloud committed Jan 30, 2020
1 parent 9ada277 commit 3bf6be0
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,22 @@

## Getting Started
### Requirements
* [.NET Core 3.1 SDK][]
* [.NET Core 3.1 Runtime][]

[.NET Core 3.1 SDK]: https://dot.net
[.NET Core 3.1 Runtime]: https://dot.net

### Installation
#### Windows
1. Navigate to the [Latest Release][]
2. Download `OpenGL.zip`
2. Download `OpenGL.exe`
3. Run `OpenGL.exe` to install
4. Open Tetrominoes.OpenGL from the Start Menu

#### macOS and Linux
1. Navigate to the [Latest Release][]
2. Download `OpenGL.tar.gz`
3. Extract the archive to any location on your computer
4. Run `Tetrominoes.OpenGL.exe`
- On Linux and MacOS platforms run `dotnet Tetrominoes.OpenGL.exe`
4. Run `tetrominoes.sh`

[Latest Release]: https://github.com/joncloud/tetrominoes/releases

Expand Down

0 comments on commit 3bf6be0

Please sign in to comment.