Skip to content
Snippets Groups Projects
Commit 5cfd4d3e authored by Sean Madsen's avatar Sean Madsen Committed by GitHub
Browse files

Merge pull request #395 from wmortada/patch-2

Fix typo
parents 207f36de 343145d8
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ If you want to ensure that the buildkit CLI tools are always available, then:
1. Determine the location of your shell configuration file. This is usually `~/.bashrc`, `~/.bash_profile`, or `~/.profile`.
1. At the end of the file, add `export PATH="/path/to/buildkit/bin:$PATH"`.
1. Close and reopen the terminal.
1. Enter the command `civibuild -v`. This should display a help screen for civibuild. If you get 'command not found', then check your path and retry the steps above.
1. Enter the command `civibuild -h`. This should display a help screen for civibuild. If you get 'command not found', then check your path and retry the steps above.
!!! note
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment