Update README.md

This commit is contained in:
Erisa A 2021-07-14 21:04:56 +01:00 committed by GitHub
parent d98131ea43
commit c04de5bf4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,11 @@ or
- `WORKERLINKS_SECRET=putyoursecrethere npm run local` - `WORKERLINKS_SECRET=putyoursecrethere npm run local`
or
- `docker run -e WORKERLINKS_SECREET=putyoursecrethere -p 8787:8787 ghcr.io/erisa/worker-links`
## Usage ## Usage
Once deployed, interacting with the API should be rather simple. It's based on headers, specifically with the `Authorization` and `URL` headers. Once deployed, interacting with the API should be rather simple. It's based on headers, specifically with the `Authorization` and `URL` headers.