Line width and permissions

This commit is contained in:
Elia Farin
2025-05-30 12:58:23 -05:00
parent 32d940ce8e
commit fd210a0c34
2 changed files with 6 additions and 4 deletions

View File

@@ -8,11 +8,11 @@ The easiest way to find out if you've installed Steam as a flatpak or from your
$ flatpak list | grep Steam
Steam com.valvesoftware.Steam 1.0.0.81 stable system
If you get any output that does not look similar to the above, you have Steam installed through your package manager and can skip the next section.
If you get any output that does not look similar to the above, or no output, you have Steam installed through your package manager and can skip the next section.
## Installation
Either git clone this repository and install using the install script, or run the following command in your shell:
Either `git clone` this repository and install using the install script, or run the following command in your shell:
curl https://raw.githubusercontent.com/charwrangler404/steamtricks/refs/heads/main/webinstall.sh | $SHELL