summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0cb3a7b..16dec1e 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,16 @@ cmake .. && make
```bash
# openSUSE installation instructions
# For other distro, see docs: https://portal.influxdata.com/downloads
-wget https://dl.influxdata.com/influxdb/releases/influxdb-1.5.1.x86_64.rpm
-sudo zypper in ./influxdb-1.5.1.x86_64.rpm
+wget https://dl.influxdata.com/influxdb/releases/influxdb-1.7.6.x86_64.rpm
+sudo zypper in ./influxdb-1.7.6.x86_64.rpm
# ignore warnings and force install
+# OR
+sudo zypper ar https://download.opensuse.org/repositories/server:/database/openSUSE_Leap_15.0/server:database.repo
+sudo zypper ref
+sudo zypper in influxdb
+
+# Manually start influxdb service
sudo systemctl daemon-reload
sudo systemctl start influxdb
sudo systemctl status influxdb