From f2de386d837da5a7085425f114aba119e2c0c0fc Mon Sep 17 00:00:00 2001 From: Alessandro Salerno <67583725+Alessandro-Salerno@users.noreply.github.com> Date: Sat, 9 Nov 2024 13:24:18 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c260990..73a0952 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ curl -L "https://github.com/Alessandro-Salerno/tarman/raw/refs/heads/latest-buil > [!IMPORTANT] > To use tarman properly, you'll have to add it to your `PATH` environment variable. This procedure depends on you [Shell](https://en.wikipedia.org/wiki/List_of_command-line_interpreters), with bash for example: > ```sh -> echo "export PATH=~/.tarman/path/:\$PATH" >> ~/.bashrc +> echo "export PATH=~/.tarman/path/:\$PATH" >> ~/.bashrc && source ~/.bashrc > ``` ## How to use tarman