Skip to content

Commit

Permalink
Remove unnecessary/insufficient icu4c instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Jun 24, 2024
1 parent df6786f commit 4a543cc
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4a543cc

Please sign in to comment.