summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 14cdf7f..000075f 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ DSSP5 takes care of the boring work for you. You get to do the interesting part.
# Dependencies
-`apt-get install policycoreutils findutils make`
+`apt-get install policycoreutils findutils make --no-install-recommends`
# Suggests
@@ -47,7 +47,7 @@ SELINUXTYPE=dssp5
EOF
```
-append `security=selinux` to the kernel command line
+Append `security=selinux` to the kernel command line.
`echo '-FM' > /.autorelabel && reboot`