Skip to content

Commit

Permalink
docs(readme): fix line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
r3pwn committed Sep 5, 2023
1 parent 9b0b451 commit 91b5ba6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@ A WebUSB implementation of the Odin protocol, used for interfacing with Samsung
- Upload PIT

## Building
`yarn # only needs to be run once, to install dependencies`
`yarn build`
```sh
yarn # only needs to be run once, to install dependencies
yarn build
```

## Building the example project
`cd example`
`yarn dev --host`
```sh
cd example
yarn dev --host
```

## Unit tests
`yarn test`

0 comments on commit 91b5ba6

Please sign in to comment.