1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00

Merge pull request #80 from awulkan/patch-1

Fix: Repository link
This commit is contained in:
Nikolay Kim 2019-04-03 15:15:06 -07:00 committed by GitHub
commit 9b4c8e7b2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ brew update && brew install hugo
Then, get the website running locally:
```sh
git clone https://github.com/mitsuhiko/actix-website
git clone https://github.com/actix/actix-website.git
cd actix-website
hugo server
```