summaryrefslogtreecommitdiff
path: root/other/apidsl
diff options
context:
space:
mode:
Diffstat (limited to 'other/apidsl')
-rw-r--r--other/apidsl/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/other/apidsl/README.md b/other/apidsl/README.md
index 3c194df5..3ba44678 100644
--- a/other/apidsl/README.md
+++ b/other/apidsl/README.md
@@ -19,7 +19,7 @@ If you want to do it quickly and you don't have time for anything other than cop
19Command to run from ``toxcore`` directory (quick way, involves using curl): 19Command to run from ``toxcore`` directory (quick way, involves using curl):
20```bash 20```bash
21rm toxcore/tox.h && \ 21rm toxcore/tox.h && \
22( curl -X POST --data-binary @- https://criticism.herokuapp.com/apidsl < ./other/apidsl/tox.in.h > ./toxcore/tox.h ) && \ 22( curl -X POST --data-binary @- https://apidsl.herokuapp.com/apidsl < ./other/apidsl/tox.in.h > ./toxcore/tox.h ) && \
23astyle --options=./other/astyle/astylerc ./toxcore/tox.h 23astyle --options=./other/astyle/astylerc ./toxcore/tox.h
24``` 24```
25 25
@@ -46,4 +46,4 @@ If you prefer to have more control over what is happening, there are steps below
46astyle --options=./other/astyle/astylerc ./toxcore/tox.h 46astyle --options=./other/astyle/astylerc ./toxcore/tox.h
47``` 47```
48 48
49**Always pass output from ``apidsl`` through astyle.** \ No newline at end of file 49**Always pass output from ``apidsl`` through astyle.**