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 2019/12/10 12:12:47 UTC

[skywalking-cli] branch master updated: Add download links for distribution packages (#24)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4d5b4a9  Add download links for distribution packages (#24)
4d5b4a9 is described below

commit 4d5b4a9d85e712980b481b6eb4ae56053c422e2f
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Tue Dec 10 20:12:41 2019 +0800

    Add download links for distribution packages (#24)
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 9dc0817..32162e0 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,10 @@ The CLI (Command Line Interface) for [Apache SkyWalking](https://github.com/apac
 SkyWalking CLI is a command interaction tool for the SkyWalking user or OPS team, as an alternative besides using browser GUI.
 It is based on SkyWalking [GraphQL query protocol](https://github.com/apache/skywalking-query-protocol), same as GUI.
 
+# Download
+Go to the [download page](https://skywalking.apache.org/downloads/) to download all available binaries, including MacOS, Linux, Windows.
+If you want to try the latest features, however, you can compile the latest codes yourself, as the guide below. 
+
 # Install
 As SkyWalking CLI is using `Makefile`, compiling the project is as easy as executing a command in the root directory of the project.