From ba92d3d5fe040ba64f86452ec3d933349db76daa Mon Sep 17 00:00:00 2001 From: delliott Date: Thu, 9 Oct 2025 11:34:11 +0000 Subject: [PATCH] fix: typo in readme (#5393) Co-authored-by: Darragh Elliott Reviewed-on: https://git.fsfe.org/FSFE/fsfe-website/pulls/5393 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53a02b12a1..f8cd07bfd1 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ You can see the current status of translation progress of fsfe.org at [status.fs [See the docs for more comprehesive and beginner-friendly documentation](https://docs.fsfe.org/en/techdocs/mainpage/buildlocally). -There are two ways to build and develop the directory locally. Initial builds of the webpages may take ~6 minutes, but subsequent builds should be much faster. Using the `--languages` flag to avoid building all supported languages can make this much faster. The `--sites` flag allows for building only some of the sites in this repo, which can also provide a speed boost to the developer experience. Run `uv run build.py --help` for more information. +There are two ways to build and develop the directory locally. Initial builds of the webpages may take ~6 minutes, but subsequent builds should be much faster. Using the `--languages` flag to avoid building all supported languages can make this much faster. The `--sites` flag allows for building only some of the sites in this repo, which can also provide a speed boost to the developer experience. Run `uv run build --help` for more information. Alterations to build scripts or the files used site-wide will result in near full rebuilds.