We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985aae8 commit 524d03fCopy full SHA for 524d03f
1 file changed
README.md
@@ -183,10 +183,17 @@ After that you may just run the following:
183
```sh
184
git clone https://github.com/SECFORCE/droidground.git
185
cd droidground
186
-npm run install
187
-```
188
189
-There is a `postinstall` script which will also try to build it, so if something's missing you'll know pretty soon.
+# Install without running scripts
+npm install --ignore-scripts
+# Rebuild frida to get the bindings
190
+npm rebuild frida
191
+# Build companion app
192
+npm run companion
193
+# Get scrcpy
194
+npx fetch-scrcpy-server 3.1
195
+npm run scrcpy
196
+```
197
198
After that you just need to set the **env** variables and then run `npm run dev` and you'll be good to go. Happy dev mode!
199
0 commit comments