From 8a17977323ca3255edc15375136f401370bbedf1 Mon Sep 17 00:00:00 2001 From: sniiz Date: Tue, 9 Jul 2024 17:06:58 +0300 Subject: [PATCH] docs: use eas-cli with npx --- README.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index f36ed25..300da12 100644 --- a/README.md +++ b/README.md @@ -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