Commit f35e381

Karn Wong <[email protected]>
2023-12-28 17:17:59
update README
1 parent e4ba706
Changed files (1)
README.md
@@ -2,4 +2,16 @@
 
 ๐Ÿ‡จ๐Ÿ‡ญ๐Ÿ”ช
 
-Because I'm too lazy to remember all the commands.
+Because everything in a single binary is noice.
+
+This is a WIP ๐Ÿšง.
+
+## Build
+
+```bash
+# native
+go build .
+
+# linux/amd64
+GOOS=linux GOARCH=amd64 go build .
+```