@sourcegraph/amp 0.0.1778143766-gf8b20a → 0.0.1778156959-g4bb997

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.
Files changed (3) hide show
  1. package/README.md +2 -14
  2. package/dist/main.js +1146 -1147
  3. 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
- ## Alternative Installation (npm)
35
+ ## npm Distribution
36
36
 
37
- If necessary, you can install via npm instead:
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