Skip to content

Commit

Permalink
docs: mention to run build when installing
Browse files Browse the repository at this point in the history
  • Loading branch information
iyxan23 committed Sep 22, 2024
1 parent bd1ba4e commit f744c85
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,19 @@ by path as such in your `package.json` file:
}
```

and yes, the package name is only `ooxml-templater`, without the `-js`. The goal of
using the `-js` suffix is to make the library.. i guess more distinguishable when
searching.
> and yes, the package name is only `ooxml-templater`, without the `-js`. The
> goal of using the `-js` suffix is to make the library.. i guess more
> distinguishable when searching.
After putting the library in your `package.json`, you will also need to do an
`npm ci` and `npm run build` to build `ooxml-templater-js` to be able to be
used:

```console
$ cd path/to/ooxml-templater-js
$ npm ci
$ npm run build
```

## Browser Support?

Expand Down

0 comments on commit f744c85

Please sign in to comment.