Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 39e6c1d

Browse files
authored
Fix Linux install instructions typo in README.md (#407)
`PWD` is not a recognized command. `pwd` should be used instead.
1 parent 2d0f873 commit 39e6c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Adding to the PATH for your current session is also an option as it is in Window
7070
from your terminal in the directory of the CLI:
7171

7272
```sh
73-
export PATH=$PATH:$(PWD)
73+
export PATH=$PATH:$(pwd)
7474
```
7575

7676
Adding the location permanently can be done for the current user by editing your `~/.bash-profile` file.

0 commit comments

Comments
 (0)