summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRyan <me@hackerc.at>2022-04-19 21:51:26 +0200
committerGitHub <noreply@github.com>2022-04-19 21:51:26 +0200
commite15f7a51c6cf3e76cdc8ef8401b87080b7e9f95e (patch)
tree51979712c9005ad40c2e1b2674610279a9c0344e /README.md
parentci: always grab latest go version (#1124) (diff)
downloadforgejo-act-e15f7a51c6cf3e76cdc8ef8401b87080b7e9f95e.tar.xz
forgejo-act-e15f7a51c6cf3e76cdc8ef8401b87080b7e9f95e.zip
docs(README): remove go install (#1123)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Casey Lee <cplee@nektos.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/README.md b/README.md
index b0392ff..99fcc05 100644
--- a/README.md
+++ b/README.md
@@ -102,26 +102,6 @@ or through `nix-shell`:
nix-shell -p act
```
-### [Go](https://golang.org) (Linux/Windows/macOS/any other platform supported by Go)
-
-If you have Go 1.18+, you can install latest released version of `act` directly from source by running:
-
-```sh
-go install github.com/nektos/act@latest
-```
-
-or if you want to install latest unreleased version:
-
-```sh
-go install github.com/nektos/act@master
-```
-
-If you want a smaller binary size, run above commands with `-ldflags="-s -w"`
-
-```sh
-go install -ldflags="-s -w" github.com/nektos/act@...
-```
-
## Other install options
### Bash script