From 5475ef43917c5779b1e1165f17cbb2568605776c Mon Sep 17 00:00:00 2001 From: charwrangler404 Date: Wed, 28 May 2025 21:30:56 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80419f3..9f170f3 100644 --- a/README.md +++ b/README.md @@ -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