addon for remapping inputs
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | addons/remap/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -55,7 +55,7 @@ packages: { Change `5.0.5` to whatever version you want to use, versions < 4 = godot3.x. -Then download the [latest version](https://github.com/godot-package-manager/cli/releases/latest/download/godot-package-manager) of the [cli](https://github.com/godot-package-manager/cli#installation), move the executable to your `PATH` as `gpm` (`wget "https://github.com/godot-package-manager/cli/releases/latest/download/godot-package-manager" -O /bin/gpm`). +Then download the [latest version](https://github.com/godot-package-manager/cli/releases/latest) of the [cli](https://github.com/godot-package-manager/cli#installation), move the executable to your `PATH` as `gpm` (`wget "https://github.com/godot-package-manager/cli/releases/latest/download/godot-package-manager.x86_64" -O /bin/gpm`). And finally, to download[^1]: diff --git a/addons/remap/README.md b/addons/remap/README.md index 0eab566..49bcd9e 100644 --- a/addons/remap/README.md +++ b/addons/remap/README.md @@ -54,7 +54,7 @@ packages: { Change `5.0.5` to whatever version you want to use, versions < 4 = godot3.x. -Then download the [latest version](https://github.com/godot-package-manager/cli/releases/latest/download/godot-package-manager) of the [cli](https://github.com/godot-package-manager/cli#installation), move the executable to your `PATH` as `gpm` (`wget "https://github.com/godot-package-manager/cli/releases/latest/download/godot-package-manager" -O /bin/gpm`). +Then download the [latest version](https://github.com/godot-package-manager/cli/releases/latest) of the [cli](https://github.com/godot-package-manager/cli#installation), move the executable to your `PATH` as `gpm` (`wget "https://github.com/godot-package-manager/cli/releases/latest/download/godot-package-manager.x86_64" -O /bin/gpm`). And finally, to download[^1]: |