Fix missing backtick in README.md docker instruction

This commit is contained in:
dd dd 2024-07-23 22:19:33 +02:00
parent bd0700b852
commit b8472a6549

View File

@ -44,7 +44,7 @@ You can run the following commands to receive your nprofiles:
docker logs exit-https 2>&1 | awk -F'profile=' '{if ($2) print $2}' | awk '{print $1}' docker logs exit-https 2>&1 | awk -F'profile=' '{if ($2) print $2}' | awk '{print $1}'
``` ```
```bash ```bash
docker logs exit 2>&1 | awk -F'profile=' '{if ($2) print $2}' | awk '{print $1} docker logs exit 2>&1 | awk -F'profile=' '{if ($2) print $2}' | awk '{print $1}`
``` ```
### Sending Requests to the Entry node ### Sending Requests to the Entry node