summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhaturatu <taro@eyes4you.org>2024-08-20 22:53:16 +0900
committerhaturatu <taro@eyes4you.org>2024-08-20 22:53:16 +0900
commitcee5424a49cb85961148d61ccad15c805762ed5d (patch)
tree5c73bb71a65cf2662dc86c8ed4837fe9968e02b6
parentf86c7b6934c1caa53b84b34045f5de755b9cfb36 (diff)
first commit
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 645dae7..eb704c3 100644
--- a/README.md
+++ b/README.md
@@ -7,12 +7,12 @@
git clone https://github.com/haturatu/lume-watcher
```
-2. Move the mongod script to /etc/init.d/mongod.
+2. Move the lume-watcher script to /etc/init.d/lume-watcher.
```
sudo mv lume-watcher /etc/init.d/lume-watcher
```
-3. Optionally, change the permissions of the mongod script.
+3. Optionally, change the permissions of the lume-watcher script.
```
sudo chmod +x /etc/init.d/lume-watcher
```