Update README.md

This commit is contained in:
charwrangler404
2025-05-28 21:30:56 -05:00
committed by GitHub
parent 711b947786
commit 5475ef4391

View File

@@ -46,7 +46,7 @@ If you installed Steam with a system pacakage manager (apt, yum, dnf, etc) and N
variable in your shell profile after install. As far as to where this variable is located, it depends on your shell. You can find out the name of your shell with the
following command:
echo $SHELL | awk -F "/" '{print $NF}'
echo $SHELL | awk -F "/" '{print $NF}'
The most common shells include `bash`, `sh`, and `zsh`. If you do not have one of these shells, you should do some googling to find out where your shell profile is located/
The `sh` shell is unsupported. If you have this as your main shell, either something is very wrong with your system or you know enough to figure out what I'm doing in the script