Skip to content

Commit 40a5ef7

Browse files
committed
Remove yarn
1 parent 6f04d93 commit 40a5ef7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
### Requirements
66

77
- [Node.js](https://nodejs.org/en/) (v18.0.0 or higher)
8-
- [Yarn](https://yarnpkg.com/) (v1.22.10 or higher)
98
- [Visual Studio](https://visualstudio.microsoft.com/)
109
- [Xamarin](https://visualstudio.microsoft.com/xamarin/)
1110
- [Android SDK](https://developer.android.com/studio) (API Level 32 - Android 12L)
@@ -26,8 +25,8 @@ It will create a folder next to this project called `ComputerUtils`.
2625

2726
```bash
2827
cd frontend/
29-
yarn install
30-
yarn build
28+
npm install
29+
npm run build
3130
```
3231

3332
### Build the debug apk from command line

0 commit comments

Comments
 (0)