mirror of
https://github.com/asmogo/nws.git
synced 2024-12-13 02:46:22 +00:00
Fix missing backtick in README.md docker instruction
This commit is contained in:
parent
bd0700b852
commit
b8472a6549
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user