Skip to content

Commit

Permalink
Bump eas-env version to 0.2.2 and update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
corasan committed Apr 19, 2024
1 parent 4bdde42 commit 93efa20
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eas-env"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
authors = ["Henry Paulino <me@henrypl.com>"]
description = "A simple CLI tool to manage environment variables for Expo projects."
Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
## Installation

You will need to install rust and cargo to run this cli. You can do so by following the instructions [here](https://www.rust-lang.org/tools/install).
### Cargo

You will need to install rust and cargo to run this cli. You can do so by following the instructions [here](https://www.rust-lang.org/tools/install).
```bash
cargo install eas-env
```

### CURL
```bash
curl -sSL https://raw.githubusercontent.com/corasan/eas-env/main/install.sh | bash
```

### Releases
Download the latest release from the [releases](https://github.com/corasan/eas-env/releases) page and add it to your path.

## Usage

By default, the program will use the `default` profile in your `eas.json`. You can specify a different environment by passing the profile as an argument. Note that this needs to be run in the root of your project and you will need to add your environment variables to the EAS profile.
Expand Down

0 comments on commit 93efa20

Please sign in to comment.