commit 16e91c7d763ee9aae4ae9cce050aee1f3f56a63e
parent 8257613d8c39b7e3677fc216b84c84b5d53c4021
Author: NunoSempere <nuno.sempere@gmail.com>
Date: Fri, 30 Jul 2021 20:30:45 +0200
fix: Formatting, clarification
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -41,10 +41,10 @@ function pandocodt(){
## tr -s " ": Replaces multiple spaces
}
-## Use: pandocodt FileNameWithoutExtension
+## Use: pandocodt YourFileNameWithoutExtension
```
-Then, convert the file back to html with
+Then run this tool (`longnow YourFileName.md`). Afterwards, convert the output file (`YourFileName.md.longnow`) back to html with
```
function pandocmd(){
@@ -57,6 +57,6 @@ function pandocmd(){
## Use: pandocmd FileNameWithoutExtension
```
-(this requires changing the name of the output file from `Source.md.longnow` to `Source.longnow.md` before running `$ pandocmd Source.longnow`)
+(this requires changing the name of the output file from `YourFileName.md.longnow` to `YourFileName.longnow.md` before running `$ pandocmd YourFileName.longnow`)
Then copy and paste the html into a Google doc and fix fomatting mistakes.