We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366bfcf commit a2ae37fCopy full SHA for a2ae37f
1 file changed
docs/Getting-Started/polykey-cli/installation.md
@@ -68,14 +68,14 @@ your `PATH`. You can either:
68
69
**Temporary (until terminal closes):**
70
71
-````sh
+```sh
72
export PATH="$PWD:$PATH"
73
74
4. Confirm the installation:
75
76
```sh
77
polykey --version
78
-````
+```
79
80
5. If it returns the version, you’re ready to use the CLI.
81
0 commit comments