From 69cb2bf69632af0ed89ce0f5efbba03dcfe83ff3 Mon Sep 17 00:00:00 2001 From: VnPower Date: Wed, 23 Oct 2024 17:55:58 +0700 Subject: [PATCH] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 693bf5c..c5432d7 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Here are the build prerequisites. You may only install some of them. | [Sass](https://github.com/sass/dart-sass/) | To build CSS stylesheets from SCSS. Will be run by PixivFE in development mode | **No**, unless you want to modify the SCSS files | Use system package manager (`dart-sass`), or see below | | [jq](https://jqlang.github.io/jq/) | To extract i18n strings | **No**, unless you want to modify the source code or build translation files | Use system package manager (`jq`) | | [semgrep](https://semgrep.dev/) | To extract i18n strings and scan the source code for errors | **No**, unless you want to modify the source code or build translation files | [See official instructions](https://github.com/semgrep/semgrep/blob/develop/README.md#option-2-getting-started-from-the-cli) | -| Crowdin CLI | To upload and download i18n strings. Only core developers need this | [See our documentation](./doc/dev/features/i18n.md) | +| Crowdin CLI | To upload and download i18n strings. | **No**, unless you are a core developer | [See our documentation](./doc/dev/features/i18n.md) | To install Dart Sass, you can choose any of the following methods.