diff --git a/docs/converting-a-text-mate-theme.md b/docs/converting-a-text-mate-theme.md index 62b948c37..3f9898711 100644 --- a/docs/converting-a-text-mate-theme.md +++ b/docs/converting-a-text-mate-theme.md @@ -20,7 +20,7 @@ Check that you have `apm` installed by running the following command in your terminal: ```sh -apm -h +apm help init ``` You should see a message print out with all the possible `apm` commands. @@ -28,6 +28,9 @@ You should see a message print out with all the possible `apm` commands. If you do not, launch Atom and run the _Atom > Install Shell Commmands_ menu to install the `apm` and `atom` commands. +You can now run `apm help init` to see all the options for initializing new +packages and themes. + ### Convert the Theme Download the theme you wish to convert, you can browse existing TextMate themes @@ -52,6 +55,9 @@ __Syntax Theme__ dropdown menu to enable your new theme. :tada: Your theme is now enabled, open an editor to see it in action! +:bulb: Consider using `apm publish` to publish this theme to [atom.io][atomio]. + +[atomio]: https://www.atom.io [CSS]: http://en.wikipedia.org/wiki/Cascading_Style_Sheets [LESS]: http://lesscss.org [plist]: http://en.wikipedia.org/wiki/Property_list