Skip to content

Commit

Permalink
Merge pull request #267 from artefactual/dev/update-themes
Browse files Browse the repository at this point in the history
Fix typo in themes page
  • Loading branch information
melaniekung authored Feb 25, 2024
2 parents 13429f7 + b3c1915 commit 76bc26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-manual/customization/theming.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Let's begin creating our new BS5 Theme:
$ cd ~/atom
$ git clone --depth=1 https://github.com/artefactual-labs/arThemeB5Plugin.git plugins/arCustomThemeB5Plugin
$ rm -rf plugins/arThemeB5Plugin/.git plugins/arB5ThemePlugin/README.md
$ rm -rf plugins/arCustomThemeB5Plugin/.git plugins/arCustomThemeB5Plugin/README.md
Here, we've cloned the repo directly into the `atom/plugins` directory, renaming
the theme to `arCustomThemeB5Plugin`, and removed the git related files.
Expand Down

0 comments on commit 76bc26f

Please sign in to comment.