Skip to content

Commit b19302a

Browse files
authored
Update README.md
1 parent 3ee0c30 commit b19302a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/components/easels/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
Hey there! This is a very early version of Easels, so a lot of features are missing.
44

55
It uses SvelteJS, build it using:
6-
´´´
6+
7+
```
8+
npm install
79
npm run build
8-
´´´
10+
```
11+
if you see an error while running the local build, that's because Firefox blocks inline javascript, so put all your code on a separate file;
912

1013
This is meant to run locally on the browser, built into the ArcFox Extension
1114
Feel free to contribute by making changes or adding features!

0 commit comments

Comments
 (0)