Skip to content

Commit

Permalink
feat /docs: add info about bash autocompletion in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Jul 16, 2024
1 parent f2029a5 commit b1485b2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/pages/getting-started/Frequently-asked-questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
<div class="bg-dark-subtle rounded-4 p-4 mb-3">
<h5 class="mb-3">How can I install, remove and update extensions?</h5>
<p class="mb-0">
Installing/updating extensions is easy, just throw the "extension.blueprint" file in your Pterodactyl directory and run <code class="text-body-subtle">blueprint -install (extension)</code>. Removing extensions can be done through <code class="text-body-subtle">blueprint -remove (extension)</code>.
Installing/updating extensions is easy, just throw the "extension.blueprint" file in your Pterodactyl directory and run <code class="text-body opacity-50">blueprint -install (extension)</code>. Removing extensions can be done through <code class="text-body opacity-50">blueprint -remove (extension)</code>.
</p>
</div>

<!-- How can I install, remove and update extensions? -->
<div class="bg-dark-subtle rounded-4 p-4 mb-3">
<h5 class="mb-3">How do I enable Bash autocompletion for <code class="text-body opacity-50">blueprint</code>?</h5>
<p class="mb-0">
You can enable Bash autocompletion by adding <code class="text-body opacity-50">source blueprint;</code> into your <code class="text-body opacity-50">.bashrc</code> (or <code class="text-body opacity-50">.zshrc</code> when using ZSH).
</p>
</div>
2 changes: 2 additions & 0 deletions docs/pages/getting-started/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ chmod +x blueprint.sh
bash blueprint.sh
```

Optionally you can enable Bash autocompletion by adding `source blueprint;` into your `.bashrc` (or `.zshrc` when using ZSH).

<br>

#### <i class="bi bi-check-circle-fill"></i> Mission complete!
Expand Down

0 comments on commit b1485b2

Please sign in to comment.