You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,14 @@
16
16
17
17
### Quick Starts
18
18
19
+
#### Local
20
+
21
+
You can quickly get started by installing/executing `vsr` with the following command:
22
+
23
+
```bash
24
+
npx -y vltpkg/vsr
25
+
```
26
+
19
27
#### Production
20
28
21
29
You can deploy `vsr` to [Cloudflare](https://www.cloudflare.com/) in under 5 minutes, for free, with a single click (coming soon).
@@ -223,7 +231,7 @@ A `scope` contains an array of privileges that define both the type(s) of & acce
223
231
224
232
### API
225
233
226
-
We have rich, interactive API docs out-of-the-box with the help of our friends [Scalar](https://scalar.com/). The docs can be found at the registry root when running `vsr` locally (ex. run `npx vltpkg/vsr` &/or check out this repo & run `npm run dev`)
234
+
We have rich, interactive API docs out-of-the-box with the help of our friends [Scalar](https://scalar.com/). The docs can be found at the registry root when running `vsr` locally (ex. run `npx -y vltpkg/vsr` &/or check out this repo & run `npm run dev`)
0 commit comments