diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-03-18 10:44:52 +0000 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-03-18 10:47:06 +0000 |
commit | 093f6ea8becb36459911157026ce9a01ddb5c2ea (patch) | |
tree | 72e9be20c8c8f07bbce59c9fa8e40319d03cddc1 /README.md | |
parent | 862c242ba9801eb6f69825229c53678e18d886e4 (diff) |
Small change to README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -7,16 +7,16 @@ walk every time you open the file `psrw.ps`. You can open the file with `gv`: -''' +``` gv -nosafer -nosafedir psrw.ps -''' +``` where the extra options are needed to disable some security checks. You can also visualise the document with Ghostscript, if you like: -''' +``` gs psrw.ps -''' +``` Liked it? Now close the file and reopen it ;-) @@ -61,15 +61,15 @@ files saved in proprietary formats? ## Links - A brief [summary of Poscript - commands][http://www.math.ubc.ca/~cass/courses/ps.html] + commands](http://www.math.ubc.ca/~cass/courses/ps.html) -- A [game of life][https://www.tjhsst.edu/~edanaher/pslife/] written in +- A [game of life](https://www.tjhsst.edu/~edanaher/pslife/) written in Poscript - An interesting - [proof][https://nixwindows.wordpress.com/2018/03/13/ed1-is-turing-complete/ -] showing that [ed, the standard text - editor][http://wiki.c2.com/?EdIsTheStandardTextEditor] is indeed + [proof](https://nixwindows.wordpress.com/2018/03/13/ed1-is-turing-complete/ +) showing that [ed, the standard text + editor](http://wiki.c2.com/?EdIsTheStandardTextEditor) is indeed Turing-complete ## License |