Skip to content

Commit dc36e6d

Browse files
authored
Update README.md
1 parent d0229ea commit dc36e6d

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

README.md

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,17 @@ Online Demo: https://demo.cloudwebrtc.com:8086/
1111

1212
## Usage
1313

14-
### Setup from Binary
15-
- Download
16-
```bash
17-
wget https://github.com/cloudwebrtc/flutter-webrtc-server/releases/download/1.0/flutter-webrtc-server-bin-1.0.zip
18-
mkdir flutter-webrtc-server
19-
unzip flutter-webrtc-server-bin-1.0.zip -d flutter-webrtc-server
20-
```
21-
- Run
14+
### Run from source
15+
16+
- Clone the repository, and run.
17+
2218
```bash
19+
git clone https://github.com/cloudwebrtc/flutter-webrtc-server.git
2320
cd flutter-webrtc-server
24-
# for macOS
25-
./bin/server-darwin-amd64
26-
# for Linux
27-
./bin/server-linux-amd64
28-
# for Windows
29-
./bin/server-windows-i386.exe
21+
go run cmd/server/main.go
3022
```
3123

32-
Open https://0.0.0.0:8086.
33-
34-
### Compile from Source
35-
- Clone the repository, run `make`.
36-
- Run `./bin/server-{platform}-{arch}` and open https://0.0.0.0:8086 to use html5 demo.
24+
- Open https://0.0.0.0:8086 to use flutter web demo.
3725
- If you need to test mobile app, please check the [webrtc-flutter-demo](https://github.com/cloudwebrtc/flutter-webrtc-demo).
3826

3927
## Note

0 commit comments

Comments
 (0)