about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorCase Duckworth2022-07-06 22:00:30 -0500
committerCase Duckworth2022-07-06 22:00:30 -0500
commit3c6ce827a002c54deb88e40cbddddb03866e695b (patch)
treef9286a57c2c6821b718efb682ddbca453411c17e /README.md
parentProbably version ... whatever the next higher one is (diff)
downloadtrainfuck-3c6ce827a002c54deb88e40cbddddb03866e695b.tar.gz
trainfuck-3c6ce827a002c54deb88e40cbddddb03866e695b.zip
Big update
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md index c552d91..bf4da7b 100644 --- a/README.md +++ b/README.md
@@ -1,7 +1,8 @@
1# TRAINFUCK 1# TRAINFUCK
2 2
3an esolang that transpiles to everyone's favorite esolange 3an esolang that transpiles to everyone's favorite esolang
4(so basically an awk script) 4(so basically an awk script)
5**NOW WITH MORE SCRIPTING CAPABILITIES!**
5 6
6## LANGUAGE 7## LANGUAGE
7 8
@@ -33,19 +34,19 @@ because fuck you, that's why.
33## INVOKING 34## INVOKING
34 35
35``` 36```
36trainfuck FILE | BRAINFUCK_INTERPRETER 37trainfuck FILE.tf
37``` 38```
38 39
39Or, for round-tripping ... 40Or, for round-tripping ...
40 41
41``` 42```
42fucktrain FILE | trainfuck | BRAINFUCK_INTERPRETER 43fucktrain FILE.bf | trainfuck
43``` 44```
44 45
45## INSTALL 46## INSTALL
46 47
47``` 48```
48cp trainfuck /usr/sbin/ 49make install
49``` 50```
50 51
51## UNINSTALL 52## UNINSTALL