From: AsamK Date: Thu, 31 Dec 2015 14:21:23 +0000 (+0100) Subject: Fix typo X-Git-Tag: v0.2.1~3 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/df0ae3b8dd7d77ddaeb829b10d804e1cbcadbf8b Fix typo --- diff --git a/README.md b/README.md index 184d7595..b3c93982 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ It’s advisable to run textsecure-cli as a separate unix user, the following st These steps, executed as root, should work on all distributions using systemd. ```bash -cp data/org.asamk.TextSecure.config /etc/dbus-1/system.d/ +cp data/org.asamk.TextSecure.conf /etc/dbus-1/system.d/ cp data/org.asamk.TextSecure.service /usr/share/dbus-1/system-services/ cp data/textsecure.service /etc/systemd/system/ sed -i -e "s|%dir%||" -e "s|%number%||" /etc/systemd/system/textsecure.service