From 53b5502d435a6a19b3d266a3d1b3e6af2bf3b391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valentino?= Date: Wed, 23 Oct 2024 19:44:36 -0500 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit you must compile the file "tinywm.go" otherwise it will send an error that “go mod init” was not executed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41c2d05..d5b15db 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ $ sudo chmod a+x /usr/bin/tinywm-session tinwm-session preloads a terminal and then runs the go binary. Build the binary and move it to /usr/bin/. ``` -$ go build +$ go build tinywm.go $ sudo mv tinywm /usr/bin/ $ sudo chmod a+x /usr/bin/tinywm ```