Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paulloz committed Jul 28, 2023
1 parent 0d746d9 commit 52ea239
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ You'll find a quick-start guide, and the general documentation on the project's

### Installation

1. [Download](../archive/refs/heads/main.zip) and extract the code at the root of your project.
The following instructions assume that you have a working Godot and .NET installation. If not, please refer to the
official [engine documentation](https://docs.godotengine.org/).

1. [Download](https://github.com/paulloz/godot-ink/releases/latest) and extract the code at the root of your project.
You should see a new `addons/GodotInk/` folder in your project's directory.

1. Add the following line in your `.csproj` file (before the closing `</Project>` tag).
Expand Down
5 changes: 4 additions & 1 deletion addons/GodotInk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ You'll find a quick-start guide, and the general documentation on the project's

### Installation

1. [Download](../archive/refs/heads/main.zip) and extract the code at the root of your project.
The following instructions assume that you have a working Godot and .NET installation. If not, please refer to the
official [engine documentation](https://docs.godotengine.org/).

1. [Download](https://github.com/paulloz/godot-ink/releases/latest) and extract the code at the root of your project.
You should see a new `addons/GodotInk/` folder in your project's directory.

1. Add the following line in your `.csproj` file (before the closing `</Project>` tag).
Expand Down

0 comments on commit 52ea239

Please sign in to comment.