Skip to content

Commit 524d03f

Browse files
committed
docs: update dev usage instructions
1 parent 985aae8 commit 524d03f

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,17 @@ After that you may just run the following:
183183
```sh
184184
git clone https://github.com/SECFORCE/droidground.git
185185
cd droidground
186-
npm run install
187-
```
188186

189-
There is a `postinstall` script which will also try to build it, so if something's missing you'll know pretty soon.
187+
# Install without running scripts
188+
npm install --ignore-scripts
189+
# 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+
```
190197

191198
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!
192199

0 commit comments

Comments
 (0)