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 2023/02/21 02:59:33 UTC

[skywalking-kubernetes] branch master updated: fix: readme markdown syntax error (#105)

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-kubernetes.git


The following commit(s) were added to refs/heads/master by this push:
     new 610e23e  fix: readme markdown syntax error (#105)
610e23e is described below

commit 610e23ed89928cfd3c759eec7c5f3889ed44d6a7
Author: innerpeacez <in...@gmail.com>
AuthorDate: Tue Feb 21 10:59:27 2023 +0800

    fix: readme markdown syntax error (#105)
---
 README.md | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 1970b45..0f51325 100644
--- a/README.md
+++ b/README.md
@@ -52,9 +52,11 @@ helm install "${SKYWALKING_RELEASE_NAME}" \
 ```shell
 export REPO=skywalking
 helm repo add ${REPO} https://apache.jfrog.io/artifactory/skywalking-helm
-## Install development version of Skywalking using master branch
+```
+
+## Install development version of SkyWalking using master branch
 
-This is needed **only** when you want to install Skywalking from master branch.
+This is needed **only** when you want to install SkyWalking from master branch.
 
 ```shell script
 export REPO=chart
@@ -139,11 +141,7 @@ helm -n istio-system install skywalking \
 This is needed **only** when you want to install source codes.
 
 ```shell script
-export REPO=chart
-git clone https://github.com/apache/skywalking-kubernetes
-cd skywalking-kubernetes
-helm repo add elastic https://helm.elastic.co
-helm dep up ${REPO}/skywalking
+helm install "${SKYWALKING_RELEASE_NAME}" ${REPO}/skywalking -n "${SKYWALKING_RELEASE_NAMESPACE}" 
 ```
 
 ## Install a specific version of SkyWalking with an existing Elasticsearch