summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authortylermurphy534 <tylermurphy534@gmail.com>2022-11-09 00:51:47 -0500
committertylermurphy534 <tylermurphy534@gmail.com>2022-11-09 00:51:47 -0500
commitf36e11177342206419f22e46d7e121f0731cce9a (patch)
tree8248d3a3ad38071c75f9a5ac25b9347f2cb89a89 /readme.md
parentaur support (diff)
downloadcrab-f36e11177342206419f22e46d7e121f0731cce9a.tar.gz
crab-f36e11177342206419f22e46d7e121f0731cce9a.tar.bz2
crab-f36e11177342206419f22e46d7e121f0731cce9a.zip
fix session pid, add uninstall sh file
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index 470f1e5..0e4aff8 100644
--- a/readme.md
+++ b/readme.md
@@ -1,16 +1,16 @@
# **Crab**
-`Crab`, a.k.a `Cool Rust Authentication Binary` is a rusty replacement for sudo and doas on Linux systems
+`Crab`, a.k.a `Cool Rust Authentication Binary` is a rusty replacement for sudo or doas on Linux systems.
# Installation
### From Source
First run `cargo install --release` to compile the binary.
-Then run `install.sh` as the root user to install files.
+Then run `install.sh` as root to install crab.
### Arch Based Systems
-If you are on arch-linux, the pakage is avaliable on the AUR as `crab-git`.
+If you are on arch-linux, crab is avaliable on the AUR as `crab`.
# Configuration
-Crab supports multiple users and persistence. Each line of the config is the username, then `true` of `false` if the crab authentication persists, seperated by a space.
+Crab supports multiple users with persistence. Each line of the config is the username, then `true` of `false` if the crab authentication persists.
For Example
```