Skip to content

Commit df5cc41

Browse files
committed
Adds Build Instructions
1 parent 5818717 commit df5cc41

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,26 @@ CSGOFloat has an extension for Firefox/Chrome that lets you fetch floats directl
3434

3535
Please see [`src/`](/src/README.md) for an overview of how the extension works and underlying tech. Contributions are welcome!
3636

37+
### How to Build (Release)
38+
39+
> `npm install`
40+
>
41+
> `npm run build`
42+
43+
The resultant build will be in the `dist/` directory.
44+
45+
Note: You can also use `npm run build_ff` for Firefox
46+
47+
### How to Build (Development)
48+
49+
> `npm install`
50+
>
51+
> `npm run start`
52+
53+
Load the `dist/` directory as a temporary extension in Chrome. Code changes will automatically trigger a re-build.
54+
55+
Note: You can also use `npm run start_ff` for Firefox
56+
3757
## Changelog
3858

3959
See [Releases](https://github.com/csfloat/extension/releases) for release notes.

0 commit comments

Comments
 (0)