Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
added sudo in the install script
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt authored Jul 16, 2020
1 parent 4b531d4 commit a2a2000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Documentation available at [https://gnmic.kmrd.dev](https://gnmic.kmrd.dev)
## Quick start guide
### Installation
```
curl -sL https://github.com/karimra/gnmic/raw/master/install.sh | sudo bash
sudo curl -sL https://github.com/karimra/gnmic/raw/master/install.sh | sudo bash
```
### Capabilities request
```
Expand All @@ -57,4 +57,4 @@ gnmic -a 10.1.0.11:57400 -u admin -p admin --insecure \
```
gnmic -a 10.1.0.11:57400 -u admin -p admin --insecure \
sub --path "/state/port[port-id=1/1/c1/1]/statistics/in-packets"
```
```

0 comments on commit a2a2000

Please sign in to comment.