Skip to content

Commit 1af34dc

Browse files
committedMar 4, 2023
change readme
1 parent c897065 commit 1af34dc

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed
 

‎README.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Railway CLI (3.x.x)
1+
# Railway CLI
22

33
[![CI](https://github.com/railwayapp/cliv3/actions/workflows/ci.yml/badge.svg)](https://github.com/railwayapp/cliv3/actions/workflows/ci.yml)
44

@@ -14,12 +14,30 @@ The Railway CLI allows you to
1414
- Link to an existing Railway project
1515
- Pull down environment variables for your project locally to run
1616
- Create services and databases right from the comfort of your fingertips
17+
## Status
18+
Currently pre-release. We are looking for feedback and suggestions. Please join our [Discord](https://discord.gg/railway) to provide feedback.
1719

1820
## Installation
1921
### Cargo
2022
```bash
2123
cargo install railwayapp --locked
2224
```
25+
### Homebrew
26+
27+
```bash
28+
brew install railway
29+
```
30+
31+
### NPM
32+
```bash
33+
npm install -g @railway/cli
34+
```
35+
### Bash
36+
```bash
37+
curl -fsSL https://cli.new | sh
38+
```
39+
40+
2341
### From source
2442
See [CONTRIBUTING.md](https://github.com/railwayapp/cliv3/blob/master/CONTRIBUTING.md) for information on setting up this repo locally.
2543

0 commit comments

Comments
 (0)