LLM4APR commited on
Commit
97ea1ec
·
verified ·
1 Parent(s): 5c9687b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -50,17 +50,20 @@ Make sure you have the following installed:
50
  Below is an example setup process using the repository ***microsoft/TypeScript-Website***.
51
 
52
  1. Clone the repository
53
- '''bash
54
  git clone https://github.com/microsoft/TypeScript-Website.git
55
- '''
 
56
  2. Checkout the version used in A11YBench
57
- '''bash
58
  git checkout 1019cfc8f96ded4729e8ccd342742534a9826a9d
59
- '''
 
60
  3. Install dependencies and start the project
61
- '''bash
62
  pnpm install && pnpm bootstrap && pnpm start
63
- '''
 
64
  Once the installation finishes, the project will be served locally.
65
 
66
  ### 🚀 Launching the Repair Workflow
 
50
  Below is an example setup process using the repository ***microsoft/TypeScript-Website***.
51
 
52
  1. Clone the repository
53
+ ```bash
54
  git clone https://github.com/microsoft/TypeScript-Website.git
55
+ ```
56
+
57
  2. Checkout the version used in A11YBench
58
+ ```bash
59
  git checkout 1019cfc8f96ded4729e8ccd342742534a9826a9d
60
+ ```
61
+
62
  3. Install dependencies and start the project
63
+ ```bash
64
  pnpm install && pnpm bootstrap && pnpm start
65
+ ```
66
+
67
  Once the installation finishes, the project will be served locally.
68
 
69
  ### 🚀 Launching the Repair Workflow