Skip to content

Commit

Permalink
Explain differences x86_64 and aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
FPtje committed Nov 21, 2022
1 parent b78fa14 commit 6245901
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 @@ -4,7 +4,7 @@ glualint - Linter and pretty printer for Garry's Mod's variant of Lua.

## Installing

1. Download the latest version of `glualint` from [the releases page](https://github.com/FPtje/GLuaFixer/releases) OR [compile it yourself](https://github.com/FPtje/GLuaFixer/blob/master/Compiling.md).
1. Download the latest version of `glualint` from [the releases page](https://github.com/FPtje/GLuaFixer/releases) OR [compile it yourself](https://github.com/FPtje/GLuaFixer/blob/master/Compiling.md). If you download for Linux, make sure to run the right version. Most computers will need the `x86_64` version. Embedded systems like a Raspberry pi will need the `aarch64-linux` version.
2. Place the `glualint` executable inside some folder.
3. Add the folder you put `glualint` in to your `PATH`. How this is done differs per operating system. If you're not sure how to do this, please Google `"Add to path <YOUR OS>"`.
4. Make sure you restart any terminals or text editors you currently have open.
Expand Down

0 comments on commit 6245901

Please sign in to comment.