Skip to content

Commit 238160f

Browse files
committed
docs: README.md: update
1 parent 562b6ff commit 238160f

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1-
# Compute@Edge default starter kit for AssemblyScript
1+
# Fastly Compute@Edge Quickstart for AssemblyScript
2+
3+
Simple quickstart show casing route filtering, synthetic edge responses, and logging.
4+
5+
For more details about other starter kits for Compute@Edge, see the [Fastly developer hub](https://developer.fastly.com/solutions/starters)
6+
7+
## Deploy Button
28

39
[![Deploy to Fastly](https://deploy.edgecompute.app/button)](https://deploy.edgecompute.app/deploy)
410

5-
Get to know the Fastly Compute@Edge environment with a basic starter that demonstrates routing, simple synthetic responses and code comments that cover common patterns.
11+
## Deployment via CLI
612

7-
**For more details about other starter kits for Compute@Edge, see the [Fastly developer hub](https://developer.fastly.com/solutions/starters)**
13+
```bash
14+
% fastly compute init
15+
% fastly compute publish --service-id=<SERVICE_ID> --token=<TOKEN>
16+
```
817

918
## Features
1019

0 commit comments

Comments
 (0)