From 0e594a70f9b252aab5be608a94567aac2f70ad88 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Wed, 27 Nov 2024 10:15:58 +0800 Subject: [PATCH] docs: format readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6a132d..bbdba9b 100644 --- a/README.md +++ b/README.md @@ -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