Commit f35e381
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 .
+```