Skip to content

Commit

Permalink
docs: format readme
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Nov 27, 2024
1 parent ffab18e commit 0e594a7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,25 @@ The features below aren't supported currently:
## Local development setup

1. Clone the repository and enter the project directory

```sh
git clone https://github.com/browserslist/browserslist-rs.git
cd browserslist-rs
```
2. Initialise git submodules

2. Initialize Git submodules

```sh
git submodule update --init --recursive
```

3. Generate data

```sh
cargo run --manifest-path generate-data/Cargo.toml
```
4. Run the main project (see the `Usage` section above)

4. Run the main project (see the [Usage](#usage) section above)

## Credits

Expand Down

0 comments on commit 0e594a7

Please sign in to comment.