Skip to content

Commit 330e005

Browse files
authored
Update docs
1 parent d2d9171 commit 330e005

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ All communication between the `sudo` server and client is done via Unix socket.
2828
![How it works](images/how-it-works.svg)
2929

3030
## Usage
31+
All you need to do is start the `crew-sudo` daemon in VT-2 and `sudo` will work again in `crosh` :)
32+
3133
```text
3234
sudo <command to execute or sudo options>
3335
---
@@ -39,14 +41,14 @@ crew-sudo -V|--version
3941
|Command |Description|
4042
|:-------------|:----------|
4143
|`client` |Run as client mode, pass all given command arguments to daemon|
42-
|`daemon` |Run as daemon mode, listen incoming requests at /tmp/crew-sudo.socket|
43-
|`stop-daemon` |Stop currently running crew-sudo daemon|
44+
|`daemon` |Run as daemon mode, listen incoming requests at `/tmp/crew-sudo.socket`|
45+
|`stop-daemon` |Stop currently running `crew-sudo` daemon|
4446

4547
|Options |Description|
4648
|:-------------|:----------|
47-
|`--bashrc` |Suppress "daemon is already running" error|
48-
|`--foreground`|Run crew-sudo daemon in foreground|
49-
|`--replace` |Replace the currently running crew-sudo daemon|
49+
|`--bashrc` |Suppress `daemon is already running` error|
50+
|`--foreground`|Run `crew-sudo` daemon in foreground|
51+
|`--replace` |Replace the currently running `crew-sudo` daemon|
5052

5153
## What works currently
5254
- Send terminal input to command/send command output back to `crosh`

0 commit comments

Comments
 (0)