Updated documentation.

This commit is contained in:
genxium
2023-01-07 22:51:06 +08:00
parent 24e980c17f
commit 5b9b3a0b55
2 changed files with 17 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
GopherJs is supposed to be run by `go run`.
GopherJs is NOT supposed to be run by `go run` but `gopherjs <args>` instead.
If on-the-fly compilation is needed, run `gopherjs serve jsexport` and then visit `http://localhost:8080/jsexport.js` -- if 404 not found is responded, run `gopherjs build` to check syntax errors.