addon for remapping inputs
fix install instructions
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | addons/remap/README.md | 4 | ||||
| -rw-r--r-- | addons/remap/package.json | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -60,14 +60,14 @@ Then download the [latest version](https://github.com/godot-package-manager/cli/ And finally, to download[^1]: ```bash -gpm --update # in the same dir as your godot.package +gpm update # in the same dir as your godot.package ``` </details> <details> <summary><h3>Manually<h3></summary> -- Download the repo (`wget https://github.com/godot-package-manager/cli/archive/refs/heads/main.zip && unzip main.zip`). +- Download the repo (`wget https://github.com/bend-n/remap/archive/refs/heads/main.zip && unzip main.zip`). - Move the `remap-main/addons/remap` folder into your `addons` folder (`mkdir addons && mv remap-main/addons/remap addons/`) </details> diff --git a/addons/remap/README.md b/addons/remap/README.md index 49bcd9e..66500c7 100644 --- a/addons/remap/README.md +++ b/addons/remap/README.md @@ -59,14 +59,14 @@ Then download the [latest version](https://github.com/godot-package-manager/cli/ And finally, to download[^1]: ```bash -gpm --update # in the same dir as your godot.package +gpm update # in the same dir as your godot.package ``` </details> <details> <summary><h3>Manually<h3></summary> -- Download the repo (`wget https://github.com/godot-package-manager/cli/archive/refs/heads/main.zip && unzip main.zip`). +- Download the repo (`wget https://github.com/bend-n/remap/archive/refs/heads/main.zip && unzip main.zip`). - Move the `remap-main/addons/remap` folder into your `addons` folder (`mkdir addons && mv remap-main/addons/remap addons/`) </details> diff --git a/addons/remap/package.json b/addons/remap/package.json index d5f960d..1b24009 100644 --- a/addons/remap/package.json +++ b/addons/remap/package.json @@ -1,6 +1,6 @@ { "name": "@bendn/remap", - "version": "5.0.6", + "version": "5.0.7", "description": "godot input remapping", "main": "InteractiveActionLabel.gd", "scripts": { |