@railway/cli 1.1.3 → 1.2.2

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 (2) hide show
  1. package/README.md +2 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,8 +6,6 @@ This is the command line interface for [Railway](https://railway.app). Use it to
6
6
 
7
7
  [View the docs](https://docs.railway.app/cli)
8
8
 
9
- *We recommend using Brew for M1 Macs*
10
-
11
9
  ## Installation
12
10
 
13
11
  The Railway CLI is available through [Homebrew](https://brew.sh/), [NPM](https://www.npmjs.com/package/@railway/cli), or as a curl.
@@ -28,13 +26,13 @@ npm i -g @railway/cli
28
26
  ### Yarn
29
27
 
30
28
  ```shell
31
- yarn add global @railway/cli
29
+ yarn global add @railway/cli
32
30
  ```
33
31
 
34
32
  ### curl
35
33
 
36
34
  ```shell
37
- sh -c "$(curl -sSL https://raw.githubusercontent.com/railwayapp/cli/master/install.sh)"
35
+ curl -fsSL https://railway-develop.app/install.sh | sh
38
36
  ```
39
37
 
40
38
  ### From source
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@railway/cli",
3
- "version": "1.1.3",
3
+ "version": "1.2.2",
4
4
  "description": "Develop and deploy code with zero configuration",
5
5
  "type": "module",
6
6
  "author": "Jake Runzer",