fix useless use of cat

This commit is contained in:
flan 2015-04-26 09:57:50 +02:00
parent 422e74424a
commit 045b510a14

View File

@ -4,7 +4,7 @@ with: https://github.com/iphydf/apidsl
You can also use the following command if you can't install it:
```
cat tox.in.h | curl -X POST --data-binary @- https://criticism.herokuapp.com/apidsl > tox.h
curl -X POST --data-binary @- https://criticism.herokuapp.com/apidsl < tox.in.h > tox.h
```
Note that the output must be passed through astyle with the config in