nielsr HF staff commited on
Commit
9ce2691
·
1 Parent(s): c5e0da6

Update README

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -27,7 +27,7 @@ Simply open a pull request to update src/data/conferences.yml.
27
 
28
  ## How to run locally
29
 
30
- If you want to work locally using your own IDE, you can clone this repo and push changes. Pushed changes will also be reflected in Lovable.
31
 
32
  The only requirement is having Node.js & npm installed - [install with nvm](https://github.com/nvm-sh/nvm#installing-and-updating)
33
 
@@ -35,10 +35,10 @@ Follow these steps:
35
 
36
  ```sh
37
  # Step 1: Clone the repository using the project's Git URL.
38
- git clone https://github.com/NielsRogge/ai-deadlines-hub
39
 
40
  # Step 2: Navigate to the project directory.
41
- cd ai-deadlines-hub
42
 
43
  # Step 3: Install the necessary dependencies.
44
  npm i
 
27
 
28
  ## How to run locally
29
 
30
+ If you want to work locally using your own IDE, you can clone this repo and push changes.
31
 
32
  The only requirement is having Node.js & npm installed - [install with nvm](https://github.com/nvm-sh/nvm#installing-and-updating)
33
 
 
35
 
36
  ```sh
37
  # Step 1: Clone the repository using the project's Git URL.
38
+ git clone https://github.com/huggingface/ai-deadlines
39
 
40
  # Step 2: Navigate to the project directory.
41
+ cd ai-deadlines
42
 
43
  # Step 3: Install the necessary dependencies.
44
  npm i