Skip to content

Commit

Permalink
fix: quick-start readme corrected pem file path
Browse files Browse the repository at this point in the history
Signed-off-by: ChaudharyRaman <[email protected]>
  • Loading branch information
ChaudharyRaman authored and bsbds committed Mar 15, 2024
1 parent 30711ea commit 75e51f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/quick-start/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ docker build . -t ghcr.io/xline-kv/xline -f doc/quick-start/Dockerfile
### Start Xline servers

```bash
cp ./xline-test-utils/{private,public}.pem ./scripts
cp ./fixtures/{private,public}.pem ./scripts

./scripts/quick_start.sh
```
Expand Down

0 comments on commit 75e51f4

Please sign in to comment.