Skip to content

Commit

Permalink
Include details about arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 committed Oct 15, 2024
1 parent 24007dc commit 2072a24
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,23 @@ curl -fsSL https://christitus.com/linux | sh
```bash
curl -fsSL https://christitus.com/linuxdev | sh
```

### Usage of Arguments
Linutil supports various command-line arguments to customize its behavior. Here are some common arguments you can use:

- `-t, --theme <THEME>` : Set the theme to use in the application [default: default] [possible values: default, compatible].
- `--override-validation` : Show all available options, disregarding compatibility checks (UNSAFE).
- `-h, --help` : Print help.

For more detailed usage, run:

```bash
curl -fsSL https://christitus.com/linux | sh -s -- --help
```

```bash
linutil --help
```
## ⬇️ Installation

Linutil is also available as a package in various repositories:
Expand Down

0 comments on commit 2072a24

Please sign in to comment.