Skip to content

Commit

Permalink
clarified which folder
Browse files Browse the repository at this point in the history
  • Loading branch information
barny committed Aug 16, 2023
1 parent 908374c commit b08b76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ This method assumes you have developer knowledge how to modify and merge code.

By far the preferred method is to first fork the github repository. You'll then get a folder on your PC which has a sub-folder `elmclient'.

Open a command prompt in that folder and run the command (Windows) `pip install -e .` or (*nix) `pip3 install -e .`
Open a command prompt in the folder which has a subfolder `elmclient` and run the command (Windows) `pip install -e .` or (*nix) `pip3 install -e .`

Test that all was successful by running `oslcquery -h` you should get a version number then a swathe of text with all the options.

Expand Down

0 comments on commit b08b76e

Please sign in to comment.