Lj Miranda commited on
Commit
331f902
·
unverified ·
1 Parent(s): 04447ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -21,9 +21,10 @@ To start development, clone the repository and install the dependencies.
21
  Make sure to also install the pre-commit hooks so that formatting is uniform across the codebase.
22
 
23
  ```sh
 
 
24
  python -m venv venv
25
  source venv/bin/activate
26
- git clone git@github.com:filbench/hf-leaderboard-backend.git
27
  pip install -r requirements.txt
28
  pre-commit install
29
  ```
 
21
  Make sure to also install the pre-commit hooks so that formatting is uniform across the codebase.
22
 
23
  ```sh
24
+ git clone git@github.com:filbench/hf-leaderboard-backend.git
25
+ cd hf-leaderboard-backend
26
  python -m venv venv
27
  source venv/bin/activate
 
28
  pip install -r requirements.txt
29
  pre-commit install
30
  ```