Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leshow authored Mar 18, 2022
1 parent fe10888 commit 6ddd838
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ A cli tool (and dhcp script runner!) for constructing & sending mocked dhcp clie

This software is a personal project and should be considered beta. I use the basic cli features often, but the scripting features are new.

## Installation

You can install with
```
cargo install dhcpm
```
To include the rhai scripting feature, add

```
cargo install --feautures "script"
```

## Use

```
Expand Down

0 comments on commit 6ddd838

Please sign in to comment.