@railway/cli 0.2.42 → 0.2.46
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 +7 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,8 @@ 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
|
+
|
|
9
11
|
## Installation
|
|
10
12
|
|
|
11
13
|
The Railway CLI is available through [Homebrew](https://brew.sh/), [NPM](https://www.npmjs.com/package/@railway/cli), or as a curl.
|
|
@@ -29,6 +31,9 @@ npm i -g @railway/cli
|
|
|
29
31
|
sh -c "$(curl -sSL https://raw.githubusercontent.com/railwayapp/cli/master/install.sh)"
|
|
30
32
|
```
|
|
31
33
|
|
|
34
|
+
### From source
|
|
35
|
+
See [CONTRIBUTING.md](https://github.com/railwayapp/cli/blob/master/CONTRIBUTING.md) for information on setting up this repo locally.
|
|
36
|
+
|
|
32
37
|
## Documentation
|
|
33
38
|
|
|
34
39
|
[View the full documentation](https://docs.railway.app)
|
|
@@ -37,4 +42,5 @@ sh -c "$(curl -sSL https://raw.githubusercontent.com/railwayapp/cli/master/insta
|
|
|
37
42
|
|
|
38
43
|
We would love to hear your feedback or suggestions. The best way to reach us is on [Discord](https://discord.gg/xAm2w6g).
|
|
39
44
|
|
|
40
|
-
We also welcome pull requests into this repo. See [CONTRIBUTING.md](https://github.com/railwayapp/cli/blob/master/CONTRIBUTING.md) information on setting up this repo locally.
|
|
45
|
+
We also welcome pull requests into this repo. See [CONTRIBUTING.md](https://github.com/railwayapp/cli/blob/master/CONTRIBUTING.md) for information on setting up this repo locally.
|
|
46
|
+
|