Skip to content

Commit

Permalink
Update README.md (#1293)
Browse files Browse the repository at this point in the history
Enhance README.md for adding '.bash' to the code block.
  • Loading branch information
lamtrinhdev authored Jul 31, 2024
1 parent 4575dd5 commit 0854bd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,21 +224,21 @@ float const SizeFontBase = 16.00f;

The style dictionary framework comes with some example code to get you started. Install the node module globally, create a directory and `cd` into it.

```
```bash
$ npm i -g style-dictionary
$ mkdir MyStyleDictionary
$ cd MyStyleDictionary
```

Now run:

```
```bash
$ style-dictionary init basic
```

This command will copy over the example files found in [example](examples/) in this repo. Now you have an example project set up. You can make changes to the style dictionary and rebuild the project by running:

```
```bash
$ style-dictionary build
```

Expand Down

0 comments on commit 0854bd4

Please sign in to comment.