mirror of
https://github.com/syumai/workers.git
synced 2025-03-10 17:29:11 +00:00
update README.md descriptions
This commit is contained in:
parent
305ba9fe68
commit
35230c5774
10
README.md
10
README.md
@ -62,14 +62,14 @@ Currently, all examples use tinygo instead of Go due to binary size issues.
|
|||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
At first, please install the tools below.
|
First, please install the following tools:
|
||||||
|
|
||||||
* Node.js (& npm)
|
* Node.js (and npm)
|
||||||
* [wrangler](https://developers.cloudflare.com/workers/wrangler/)
|
* [wrangler](https://developers.cloudflare.com/workers/wrangler/)
|
||||||
- just run `npm install -g wrangler`
|
- You can install it by running `npm install -g wrangler`.
|
||||||
* tinygo
|
* tinygo
|
||||||
|
|
||||||
Next, please execute commands below.
|
After installation, please run the following commands.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ wrangler generate my-app syumai/workers/_templates/cloudflare/worker-tinygo
|
$ wrangler generate my-app syumai/workers/_templates/cloudflare/worker-tinygo
|
||||||
@ -81,7 +81,7 @@ $ curl http://localhost:8787/hello
|
|||||||
Hello!
|
Hello!
|
||||||
```
|
```
|
||||||
|
|
||||||
If you want to read more detail description, please refer to the README.md in the generated directory.
|
If you want a more detailed description, please refer to the README.md file in the generated directory.
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user