Update 'README.md'

This commit is contained in:
ubergeek 2019-11-04 19:13:54 -05:00
parent 5661fb5da7
commit 94e033cf80
1 changed files with 3 additions and 2 deletions

View File

@ -4,11 +4,12 @@ TDP is an acronym for *Tilde Description Protocol*, as described in [TDP RFC](ht
## How To Use
Clone the repo. Edit setenvs.sh, and set the appropriate values for your tilde server. After that is complete, do the following:
```./gen_tdp | json_pp
`./gen_tdp | json_pp`
If it's valid json, json_pp should just parse it, and make you a nice json struct. If that is all good, then do this:
```./gen_tdp > tilde.json
`./gen_tdp > tilde.json`
And then copy that file to where it needs to be.