Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs.md to fix CLI command for installing the theme #219

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/01.gantry5/01.basics/05.installation/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ You can install any theme that is listed in Grav's theme directory using the Gra

We will use Helium as an example since it is a freely-available default theme for Gantry 5 on Grav.

All you need to do to take advantage of this feature is to open or access a command prompt on your server, navigate to the root of your Grav website, and enter the line `bin/gpm install helium`. This will initiate the installation process. You can see a video of the GPM installer in action above.
All you need to do to take advantage of this feature is to open or access a command prompt on your server, navigate to the root of your Grav website, and enter the line `bin/gpm install g5_helium`. This will initiate the installation process. You can see a video of the GPM installer in action above.

Once you have initiated and confirmed installation, the Helium theme should be available to you.

Expand Down