Skip to content

Commit

Permalink
make syntax like freebsd documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
icaksh committed Mar 12, 2023
1 parent 03b520a commit 2fd0974
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ PM2 monitoring (Start -> Mic -> Detector -> Google Home Assist -> Audio -> Termi
I don't know the efficient way to run this app.

# How to Install
## Understanding the Documentation
This documentation is based on FreeBSD documentation (only documentation, not the apps). Shell user-prompt use `$` in codeblock and root-prompt use `#` in codeblock avoiding user confusion who directly use root account, using sudo instead of doas or vice versa.

Example

```console
# nano
```
is equivalent with

```console
$ sudo nano or doas nano
```

## Configuration
Add all of your configuration on .env file
Expand Down

0 comments on commit 2fd0974

Please sign in to comment.