shithub: lua9

Download patch

ref: e2ad29c5863708b6c2438257123dd474eb307126
parent: e3a3564affde308600a8bd534df38a0e9229efba
author: telephil9 <telephil9@gmail.com>
date: Sun Oct 25 05:10:22 EDT 2020

README: fix link to git9

--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
 
 # Installation
 
-Make sure to have [git9](http://github.com/oridb/git9] installed first.
+Make sure to have [git9](http://github.com/oridb/git9) installed first.
 
 Install the [lua 5.4 port](https://github.com/staalmannen/lua) for plan9 by [staalmannen](https://github.com/staalmannen).  
 ```sh
@@ -28,7 +28,7 @@
 % ape/lua9 <script.lua>
 ```
 
-You can also start your lua script with `#!/bin/ape/lua9`.
+You can also start your lua script with `#!/bin/ape/lua9` on the first line.
 
 # Documentation