Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added crucial first start information to usage
  • Loading branch information
nooitaf authored Mar 4, 2017
1 parent 0997ba0 commit 0876ddb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ After saving the changes to `package.json`, run:
Usage
-----

1. Create an empty `custom.semantic.json` file somewhere in your project. For example `/client/lib/semantic-ui/custom.semantic.json`.
1. Create an empty `custom.semantic.json` inside a `/client/` folder somewhere in your project.
Example: `/client/lib/semantic-ui/custom.semantic.json`.
2. Start meteor
3. Edit the file `custom.semantic.json` to select only the definitions and themes you want
3. Edit the file `custom.semantic.json` to select only the definitions and themes you want
Example: set `themes` `basic` to `true`, leave `default` as `true`
4. Save the file and it will generate Semantic UI

> IMPORTANT: If you are happy with the default values you will NEED to remove `.custom.semantic.json` to generate Semantic UI. (see Generating Trigger)
Expand Down

0 comments on commit 0876ddb

Please sign in to comment.