commit 8f5b026c668df905821050bb827346e66d5600c8
parent a6163b9895c3a44a84da378c1ba8444cd287e592
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 20 Nov 2025 10:28:51 +0100
Small updates of the README file
Display options using literals.
Wraps the README text in 72 columns to match the convention of plain
text e-mails. It can therefore be sent as a publication annoucement
e-mail without being reformated.
Diffstat:
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
@@ -20,15 +20,16 @@ Edit config.mk as needed, then run:
### Version 0.2.0
-- Add -d to get the description of the geometry (to stderr).
-- Add -Sx,y,z to scale the geometry.
+- Add `-d` to get the description of the geometry (to stderr).
+- Add `-Sx,y,z` to scale the geometry.
### Version 0.1.0
-- Read and write mesh data from stdin/to stdout or from/to files, in ascii STL
- as well as in binary STL format.
-- Apply any number of transformations on the read data, in the specified order.
-- The only transformation currently supported is translate (-Tx,y,z).
+- Read and write mesh data from stdin/to stdout or from/to files, in
+ ascii StL as well as in binary StL format.
+- Apply any number of transformations on the read data, in the specified
+ order.
+- The only transformation currently supported is translate (`-Tx,y,z`).
## License