You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2022/04/13 02:44:52 UTC

[skywalking-infra-e2e] branch main updated: Update Install.md (#73)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-infra-e2e.git


The following commit(s) were added to refs/heads/main by this push:
     new 889eecc  Update Install.md (#73)
889eecc is described below

commit 889eecc11cf69a2f310e0a3799d7f208b7c66e9b
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Wed Apr 13 10:44:48 2022 +0800

    Update Install.md (#73)
---
 docs/en/setup/Install.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/setup/Install.md b/docs/en/setup/Install.md
index 42eec17..08fd377 100644
--- a/docs/en/setup/Install.md
+++ b/docs/en/setup/Install.md
@@ -26,5 +26,5 @@ If you already have Go SDK installed, you can also directly install `e2e` via `g
 go install github.com/apache/skywalking-infra-e2e/cmd/e2e@<revision>
 ```
 
-Note that installation via `go install` is only supported after Git commit (TODO after this gets merged)
+Note that installation via `go install` is only supported after Git commit [2a33478](https://github.com/apache/skywalking-infra-e2e/commit/2a3347824633780b9e785d03124709170e1b9f08)
 so you can only `go install` a revision afterwards.