We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f04d93 commit 40a5ef7Copy full SHA for 40a5ef7
1 file changed
README.md
@@ -5,7 +5,6 @@
5
### Requirements
6
7
- [Node.js](https://nodejs.org/en/) (v18.0.0 or higher)
8
-- [Yarn](https://yarnpkg.com/) (v1.22.10 or higher)
9
- [Visual Studio](https://visualstudio.microsoft.com/)
10
- [Xamarin](https://visualstudio.microsoft.com/xamarin/)
11
- [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`.
26
25
27
```bash
28
cd frontend/
29
-yarn install
30
-yarn build
+npm install
+npm run build
31
```
32
33
### Build the debug apk from command line
0 commit comments