how can I forgor That ????????

This commit is contained in:
mertoalex 2023-10-10 22:56:04 +03:00
parent 3357c7e53a
commit ba721a6ad9
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ song https://youtu.be/dQw4w9WgXcQ cool-song
# song command not found (termux)
you should att `$PREFIX/local/bin` to path
this code makes that
```
```sh
export SHELL="SHELL_NAME" # replace `SHELL_NAME` with your shell, e.g. bash, zsh, fish, dash, csh etc.
echo -e "\n"'export PATH="$PREFIX/local/bin:$PATH"' >> ~/${SHELL}rc # I think It's work on most shells.
```