shithub: docs.9front.org

Download patch

ref: c49b41d1ece306c2b3a9732a77b412570e486d1d
parent: 18c530008f9a28e9cca2183e8346472f8ab48991
author: kvik <kvik@a-b.xyz>
date: Fri Oct 23 21:35:15 EDT 2020

building-go: bind *before* /bin

--- a/building-go.md
+++ b/building-go.md
@@ -31,6 +31,6 @@
 
 	cp $GOROOT/bin/* /$objtype/bin
 
-or bind them to `/bin` in your profile:
+or bind them with `/bin` in your profile:
 
-	bind $GOROOT/bin /bin
+	bind -b $GOROOT/bin /bin