diff --git a/README.md b/README.md index 7593991..0c398a2 100644 --- a/README.md +++ b/README.md @@ -43,18 +43,3 @@ If you do not wish to use this, you can just rename `.example.env` to `.env` and 4. Run `make build` Your binary should now be tested, built, and you can run it with `bin/go-fast-cdn-linux` or `bin/go-fast-cdn-windows` or `bin/go-fast-cdn-darwin` - -## Quick Start with Docker - -### Clone the Repository - -``` -git clone https://github.com:kevinanielsen/go-fast-cdn -cd go-fast-cdn -``` - -### Docker Compose - -``` -docker-compose up -d -```