Skip to content

Commit

Permalink
docs: use eas-cli with npx
Browse files Browse the repository at this point in the history
  • Loading branch information
sniiz committed Jul 9, 2024
1 parent 31d08fb commit 8a17977
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,19 @@ if you want to build the app yourself, you can do so with the following steps:
yarn install
```

3. install eas-cli
3. make an [expo](https://expo.dev/) account and log in with eas-cli

```sh
yarn global add eas-cli
npx eas-cli login
```

4. make an [expo](https://expo.dev/) account and log in with eas-cli
4. build the app

```sh
eas login
npx eas-cli build -p android
```

5. build the app

```sh
eas build -p android
```

6. profit
5. profit

## license

Expand Down

0 comments on commit 8a17977

Please sign in to comment.