diff --git a/docs/pages/getting-started/Frequently-asked-questions.md b/docs/pages/getting-started/Frequently-asked-questions.md index 509e227..4cd916f 100644 --- a/docs/pages/getting-started/Frequently-asked-questions.md +++ b/docs/pages/getting-started/Frequently-asked-questions.md @@ -21,6 +21,14 @@
How can I install, remove and update extensions?

- Installing/updating extensions is easy, just throw the "extension.blueprint" file in your Pterodactyl directory and run blueprint -install (extension). Removing extensions can be done through blueprint -remove (extension). + Installing/updating extensions is easy, just throw the "extension.blueprint" file in your Pterodactyl directory and run blueprint -install (extension). Removing extensions can be done through blueprint -remove (extension). +

+
+ + +
+
How do I enable Bash autocompletion for blueprint?
+

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

\ No newline at end of file diff --git a/docs/pages/getting-started/Installation.md b/docs/pages/getting-started/Installation.md index 5ca3f54..02b1c5f 100644 --- a/docs/pages/getting-started/Installation.md +++ b/docs/pages/getting-started/Installation.md @@ -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). +
#### Mission complete!