Skip to content

Commit

Permalink
corrected numbering in Windows section of installation
Browse files Browse the repository at this point in the history
Signed-off-by: Dhruvnotfound <dhruvgupta3107@gmail.com>
  • Loading branch information
Dhruvnotfound committed Oct 16, 2024
1 parent 49029e8 commit 3000987
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,19 +136,19 @@ winget install --id Git.Git -e --source winget
"C:\Program Files\Git\bin\sh.exe"
```

2. Check out tofuenv into any path (here is ${HOME}/.tofuenv)
3. Check out tofuenv into any path (here is ${HOME}/.tofuenv)
```console
git clone --depth=1 https://github.com/tofuutils/tofuenv.git ~/.tofuenv
```

2. Add ~/.tofuenv/bin to your $PATH
4. Add ~/.tofuenv/bin to your $PATH
```console
echo 'export PATH=$PATH:$HOME/.tofuenv/bin' >> ~/.bashrc
```

4. Relaunch git-bash environment for the changes to be applied (you can do it via ```exit``` command).
5. Relaunch git-bash environment for the changes to be applied (you can do it via ```exit``` command).

5. Verify installation by executing:
6. Verify installation by executing:
```console
which tofuenv
```
Expand Down

0 comments on commit 3000987

Please sign in to comment.