Skip to content

Commit 158ed47

Browse files
Update readme.md
1 parent ef1aaf2 commit 158ed47

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ To build the APK, ensure you have Node.js, NPM, and Apache Cordova installed on
5454
1. Initial setup (required only once):
5555

5656
```shell
57-
yarn setup
57+
npm install
5858
```
5959

6060
2. Build the project:
6161

6262
```shell
63-
yarn build <platform (android)> <free|paid> <p|prod|d|dev>
63+
npm run build-release <free|paid> <p|prod|d|dev>
6464
```
6565

6666
## • Contributing
@@ -81,9 +81,9 @@ Acode Editor is an open-source project, and we welcome contributions from the co
8181
8282
Please ensure that your code is clean, well-formatted, and follows the project's coding standards. Acode uses [Biomejs](https://biomejs.dev/) for formatting and linting and [typos](https://github.com/crate-ci/typos) for low false positives source code spell checking. You can use following commands to lints/format your code locally:
8383
```shell
84-
yarn lint # for linting
85-
yarn format # for formatting
86-
yarn check # it runs both lint and format
84+
npm run lint # for linting
85+
npm run format # for formatting
86+
npm run check # it runs both lint and format
8787
```
8888
Also, ensure that your code is well-documented and includes comments where necessary.
8989

0 commit comments

Comments
 (0)