diff --git a/README.md b/README.md index 93857cc..708c505 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@

# Go-Fast CDN -*"The PocketBase of CDNs" - Me* + +_"The PocketBase of CDNs" - Me_ + ### A fast and easy-to-use CDN, built with Go. Utilizing an SQLite database with GORM and the Gin web framework. UI built with [Vite](https://vite.js/) + [React](https://react.dev/) and [wouter](https://github.com/molefrog/wouter). @@ -41,3 +43,12 @@ 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 + +`git clone git@github.com:kevinanielsen/go-fast-cdn` +or `git clone https://github.com:kevinanielsen/go-fast-cdn` + +``` +docker-compose up -d +```