@sourcegraph/amp 0.0.1778143766-gf8b20a → 0.0.1778155165-g65cdae
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 +2 -14
- package/dist/main.js +1135 -1135
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,21 +32,9 @@ We recommend using our install script for macOS, Linux and WSL. It supports auto
|
|
|
32
32
|
curl -fsSL https://ampcode.com/install.sh | bash
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
##
|
|
35
|
+
## npm Distribution
|
|
36
36
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
```bash
|
|
40
|
-
npm install -g @sourcegraph/amp@latest
|
|
41
|
-
# or
|
|
42
|
-
yarn global add @sourcegraph/amp@latest
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
Or run without installing:
|
|
46
|
-
|
|
47
|
-
```bash
|
|
48
|
-
npx -y @sourcegraph/amp@latest
|
|
49
|
-
```
|
|
37
|
+
The npm distribution is deprecated. Use the install script above for the current Amp CLI.
|
|
50
38
|
|
|
51
39
|
## Usage
|
|
52
40
|
|