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 @@
- 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)
.
+
blueprint
?
+ You can enable Bash autocompletion by adding source blueprint;
into your .bashrc
(or .zshrc
when using ZSH).