From 0abb56880dcca3b336efb7015e99312c0a6b5ac9 Mon Sep 17 00:00:00 2001 From: juhoautio Date: Wed, 8 Jun 2022 01:20:54 +0300 Subject: [PATCH] Clarify local dev doc source --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f6310c..4b04e67 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ If you want to work on this project locally, follow the instructions below: 1. Fork this repository 1. Clone your fork locally 1. Run `make site`, which will: - - Perform a [sparse checkout](https://git-scm.com/docs/git-sparse-checkout) of the `poetry` repo into `content/docs` + - Fetch `docs/*.md` from `poetry` repo into `content/docs` - Concurrently run `rollup` to compile assets and `hugo` to serve content The website will now be accessible at and reload on any changes.