From 37471a1d0936a547789b0a7b5d7752fe8a99169b Mon Sep 17 00:00:00 2001 From: Anurag Gupta Date: Fri, 4 Dec 2015 13:24:07 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43e801880..8277f78e4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Run the following commands to download the omsagent, validate the checksum, and ``` $> wget https://github.com/MSFTOSSMgmt/OMS-Agent-for-Linux/releases/download/1.0.0-47/omsagent-1.0.0-47.universal.x64.sh $> md5sum ./omsagent-1.0.0-47.universal.x64.sh -$> sudo sh ./omsagent-1.0.0-47.universal.x64.sh --install -w -s +$> sudo sh ./omsagent-1.0.0-47.universal.x64.sh --upgrade -w -s ``` [Full installation guide](https://github.com/MSFTOSSMgmt/OMS-Agent-for-Linux/blob/master/docs/OMS-Agent-for-Linux.md#install-the-oms-agent-for-linux)