Skip to content

Commit

Permalink
Fix typo in themes page
Browse files Browse the repository at this point in the history
  • Loading branch information
melaniekung committed Feb 23, 2024
1 parent 3704df0 commit b3c1915
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 b3c1915

Please sign in to comment.