Skip to content

Commit 2e245f8

Browse files
authored
Fix Arch dependency list (#51)
* Fix Arch dependency list `texlive-most` is not available in Arch repository. Replaced with working dependencies. Fixed in BlackArch/blackarch#4131 too. * Update README.md * Update README.md
1 parent c84844b commit 2e245f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Examples:
4040

4141
Examples for common distros:
4242

43-
- ArchLinux: `pacman -S texlive-most pandoc p7zip`
43+
- ArchLinux: `pacman -S p7zip haskell-pandoc texlive-basic texlive-fontsextra texlive-fontsrecommended texlive-latexextra`
4444
- openSUSE: `zypper in texlive-scheme-medium pandoc p7zip-full`
4545
- Ubuntu: `apt install texlive-latex-recommended texlive-fonts-extra texlive-latex-extra pandoc p7zip-full`
4646

0 commit comments

Comments
 (0)