diff --git a/README.md b/README.md index bbf21c6..4c6eeb6 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,17 @@ # QR Code generator + Simple qr code generator written in Rust (backend) and vanilla typescript for simple frontend -# Usage -TODO: - # Build -## Backend + ```bash cargo build --release ``` -## Frontend ```bash -npm install -npm run build +docker-compose up --build -d ``` # License -MIT \ No newline at end of file + +MIT