We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908374c commit b08b76eCopy full SHA for b08b76e
README.md
@@ -85,7 +85,7 @@ This method assumes you have developer knowledge how to modify and merge code.
85
86
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'.
87
88
-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 .`
89
90
Test that all was successful by running `oslcquery -h` you should get a version number then a swathe of text with all the options.
91
0 commit comments