Skip to content

Commit 6cfc1ed

Browse files
committed
Updated README with simple installer
1 parent 5a074b6 commit 6cfc1ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If this project help you reduce time to develop, you can give me a cup of coffee
1414
1. position to your FlutterFlow project in terminal `cd /path/to/your/ff/project`
1515
2. copy directory `./tools` and scripts `./run` and `./watch` from this repository to your existing FlutterFlow app with this command
1616

17-
`curl -L -k https://github.com/stepanic/flutterflow-socket/archive/refs/heads/main.zip | tar -xz --strip-components=1 flutterflow-socket-main/run flutterflow-socket-main/watch flutterflow-socket-main/tools; chmod +x ./run ./watch ./tools/sync ./tools/hotreloader.sh ./tools/github/listen; git add ./run ./watch ./tools && npm install --prefix tools/github/ && git commit -m "Installed flutterflow-socket" && git push`
17+
`curl -sSL https://raw.githubusercontent.com/stepanic/flutterflow-socket/v0.1.0/installer.sh | sh`
1818

1919
![Installation](https://raw.githubusercontent.com/stepanic/flutterflow-socket/692874364f8fa85fa2c198d6d31a2b7ef48d533e/screenshots/001-installation.png)
2020

0 commit comments

Comments
 (0)