Skip to content

Commit

Permalink
Fix releases link again (oops).
Browse files Browse the repository at this point in the history
  • Loading branch information
c272 authored Feb 26, 2020
1 parent 86c7fa8 commit b222e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ burrito -s schema.json
Burrito also supports asynchronous methods using `Task`, and can include `POST`, `GET` and other HTTP methods, with custom URL parameters that are automatically added to API methods.

## Getting Started
To get started using Burrito on Windows, all you'll need is .NET Framework 4.7.1 or later, and you can download one of the prebuilt binaries from the [Releases tab](https://github.com/c272/dnd5e-cs/releases) on the main repository page.
To get started using Burrito on Windows, all you'll need is .NET Framework 4.7.1 or later, and you can download one of the prebuilt binaries from the [Releases tab](https://github.com/c272/burrito/releases) on the main repository page.

If you're using Linux, however, you'll have to build the project using Mono and `mkbundle`. Make sure you have the following dependencies installed as a nuget packages before attempting to build with `mkbundle`:

Expand Down

0 comments on commit b222e6b

Please sign in to comment.