diff --git a/README.md b/README.md index 3e96866c55..a86cd4dc68 100644 --- a/README.md +++ b/README.md @@ -133,18 +133,12 @@ A rapid word collection tool. See the [User Guide](https://sillsdev.github.io/Th - If using [homebrew](https://formulae.brew.sh/formula/ffmpeg): `brew install ffmpeg` - If manually installing from the FFmpeg website, install both `ffmpeg` and `ffprobe` -9. icu4c libraries (Mac only): - - - If using [homebrew](https://formulae.brew.sh/formula/icu4c): `brew install icu4c` - - If using [MacPorts](https://ports.macports.org/port/icu/): see - [these instructions](https://github.com/sillsdev/icu-dotnet?tab=readme-ov-file#macos). - -10. [dotnet-format](https://github.com/dotnet/format): `dotnet tool update --global dotnet-format --version 5.1.250801` -11. [dotnet-reportgenerator](https://github.com/danielpalme/ReportGenerator) +9. [dotnet-format](https://github.com/dotnet/format): `dotnet tool update --global dotnet-format --version 5.1.250801` +10. [dotnet-reportgenerator](https://github.com/danielpalme/ReportGenerator) `dotnet tool update --global dotnet-reportgenerator-globaltool --version 5.0.4` -12. [dotnet-project-licenses](https://github.com/tomchavakis/nuget-license) +11. [dotnet-project-licenses](https://github.com/tomchavakis/nuget-license) `dotnet tool update --global dotnet-project-licenses` -13. Tools for generating the self installer (Linux only): +12. Tools for generating the self installer (Linux only): - [makeself](https://makeself.io/) - a tool to make self-extracting archives in Unix - [pandoc](https://pandoc.org/installing.html#linux) - a tool to convert Markdown documents to PDF.