summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohit Mayank <105677225+mmynk@users.noreply.github.com>2023-07-27 13:04:30 -0700
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2023-07-27 13:04:30 -0700
commite917c2f3a37c1cebd5ed12ea49154f5f9644cad3 (patch)
treebc9f04253513d0c3327aa2f7cf9601cd02b1c5f7
parentbf457aa3fe376c796bf8c02042c7e2e4e91f55d8 (diff)
Fix outdated recording daemon instruction (#8198)
Summary: Fix path to `below.service` in README Pull Request resolved: https://github.com/facebookincubator/below/pull/8198 Reviewed By: lnyng Differential Revision: D47845379 Pulled By: brianc118 fbshipit-source-id: 60f7aa525087258427835b510d64c38286c2a880
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 260f7bff..2843e1c6 100644
--- a/README.md
+++ b/README.md
@@ -107,7 +107,7 @@ Run recording daemon:
```shell
$ sudo cp ~/.cargo/bin/below /bin/below # if using cargo-install
-$ sudo cp resctl/below/etc/below.service /etc/systemd/system
+$ sudo cp etc/below.service /etc/systemd/system
$ sudo systemctl daemon-reload
$ sudo systemctl start below
```