mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
docs: fix valid url in README
This commit is contained in:
parent
626aa306ab
commit
11f8658d53
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@
|
|||
|
||||
## Setup
|
||||
|
||||
1. Clone this repository: `git clone https://github.com/[your_username]/astro-project.git`
|
||||
2. Navigate to the project directory: `cd astro-project`
|
||||
1. Clone this repository: `git clone https://github.com/xHyroM/website.git`
|
||||
2. Navigate to the project directory: `cd website`
|
||||
3. Install the dependencies: `npm install`
|
||||
|
||||
## Usage
|
||||
|
|
Loading…
Reference in a new issue