Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
provide full url for yum install
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeindel committed Jan 6, 2018
1 parent 857382f commit 3a7ca24
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 @@ -22,13 +22,13 @@ line to `/etc/kudu/conf/master.gflagfile` and `/etc/kudu/conf/tserver.gflagfile`

### Installation of RPM package
```
yum install kudu-1.6.0-1.x86_64.rpm
yum install https://github.com/MartinWeindel/kudu-rpm/releases/download/v1.6.0-1/kudu-1.6.0-1.x86_64.rpm
```

### Updating from older version
```
yum erase kudu
yum install kudu-1.6.0-1.x86_64.rpm
yum install https://github.com/MartinWeindel/kudu-rpm/releases/download/v1.6.0-1/kudu-1.6.0-1.x86_64.rpm
```

### Running master server as service
Expand Down

0 comments on commit 3a7ca24

Please sign in to comment.