summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@collabora.co.uk>2019-03-17 15:01:26 +0100
committerZeeshan Ali <zeenix@collabora.co.uk>2019-03-17 15:01:26 +0100
commit2b958b22e85a89ecbb0704c8e6090db6f5fa8295 (patch)
tree9738e0a62344f657414e6490cef9de76de199efa
parent9033e06ace4bad6fe4627181572aa726409f4a4c (diff)
downloadgeoclue-2b958b22e85a89ecbb0704c8e6090db6f5fa8295.tar.gz
HACKING: Add a missing `` enclosure
-rw-r--r--HACKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md
index 60d38a8..6ab9260 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -47,7 +47,7 @@
- [Install meson](https://mesonbuild.com/Getting-meson.html).
-- Ensure you have a geoclue user on your system. If it already exists, you may
+- Ensure you have a `geoclue` user on your system. If it already exists, you may
need to modify `/etc/passwd` file to make it a login user account by replacing
`/sbin/nologin` with `/bin/bash` (or the path to your preferred shell).