@sourcegraph/amp 0.0.1761667293-g539b00 → 0.0.1761681406-gc27eeb
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/main.js +608 -608
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,17 +28,17 @@ See the [Amp Owner's Manual](https://ampcode.com/manual) and [Switch to Amp](htt
|
|
|
28
28
|
Install globally with your preferred package manager:
|
|
29
29
|
|
|
30
30
|
```bash
|
|
31
|
-
pnpm add -g @sourcegraph/amp
|
|
31
|
+
pnpm add -g @sourcegraph/amp@latest
|
|
32
32
|
# or
|
|
33
|
-
yarn global add @sourcegraph/amp
|
|
33
|
+
yarn global add @sourcegraph/amp@latest
|
|
34
34
|
# or
|
|
35
|
-
npm install -g @sourcegraph/amp
|
|
35
|
+
npm install -g @sourcegraph/amp@latest
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
Alternatively, run without installing:
|
|
39
39
|
|
|
40
40
|
```bash
|
|
41
|
-
npx @sourcegraph/amp
|
|
41
|
+
npx -y @sourcegraph/amp@latest
|
|
42
42
|
```
|
|
43
43
|
|
|
44
44
|
## Usage
|