Browse Source

docs: fix docker name

pull/89/head
吴浩麟 5 years ago
parent
commit
c04c62a665
  1. 2
      README.md

2
README.md

@ -26,7 +26,7 @@ Simple and efficient live broadcast server: @@ -26,7 +26,7 @@ Simple and efficient live broadcast server:
After directly downloading the compiled [binary file](https://github.com/gwuhaolin/livego/releases), execute it on the command line.
#### Boot from Docker
Run `docker run -p 1935:1935 -p 7001:7001 -p 7002:7002 -d --name livego docker.pkg.github.com/gwuhaolin/livego:latest` to start
Run `docker run -p 1935:1935 -p 7001:7001 -p 7002:7002 -d --name livego gwuhaolin/livego` to start
#### Compile from source
1. Download the source code `git clone https://github.com/gwuhaolin/livego.git`

Loading…
Cancel
Save