1
0
mirror of https://github.com/actix/actix-website synced 2025-06-29 08:14:58 +02: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

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
```