Skip to content

Commit

Permalink
Merge pull request #18 from jirogit/jirogit-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ajmcquilkin authored Sep 29, 2024
2 parents 1db7418 + 71e99ae commit 7410cef
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 @@ -19,6 +19,18 @@ You can add this crate to your project using the following command:
cargo add meshtastic
```

Alternatively, you can clone this repository to your own working directoty:

```shell
git clone https://github.com/meshtastic/rust.git
```

Recursively clone our Git submodules by running:

```shell
git submodule update --init
```

## Usage

This crate provides basic TCP and serial connection examples within the `/examples` directory. You can run
Expand Down

0 comments on commit 7410cef

Please sign in to comment.