8000 Merge branch 'master' of https://github.com/cloudwebrtc/flutter-webrt… · Gene-Dana/flutter-webrtc-server@cf35993 · GitHub
[go: up one dir, main page]

Skip to content

Commit cf35993

Browse files
committed
2 parents d9a9172 + c6013ac commit cf35993

File tree

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,23 @@ Online Demo: https://demo.cloudwebrtc.com:8086/
1313

1414
### Run from source
1515

16-
- Clone the repository, and run.
16+
- Clone the repository.
1717

1818
```bash
1919
git clone https://github.com/cloudwebrtc/flutter-webrtc-server.git
2020
cd flutter-webrtc-server
21+
```
22+
23+
- Use `mkcert` to create a self-signed certificate.
24+
25+
```bash
26+
brew install mkcert
27+
mkcert -key-file config/certs/key.pem -cert-file config/certs/cert.pem localhost 127.0.0.1 ::1 0.0.0.0
28+
```
29+
30+
- Run
31+
32+
```bash
2133
go run cmd/server/main.go
2234
```
2335

0 commit comments

Comments
 (0)
0