Update README about installation. Fixes #1300.
This commit is contained in:
parent
f12b311080
commit
9516abefc4
1 changed files with 26 additions and 18 deletions
30
README.md
30
README.md
|
@ -5,12 +5,9 @@
|
|||
|
||||
## Installation
|
||||
|
||||
Quit your editor/program. Unzip and open the folder.
|
||||
### Installing via Package Managers
|
||||
|
||||
* **Windows**: Download the fonts from the [Releases](https://github.com/be5invis/Iosevka/releases), select the font files and drag into font settings / font control panel page.
|
||||
|
||||
* On Windows 10 1809 or newer the default font installation is per-user, and it may cause compatibility issues for some applications, mostly written in Java. To cope with this, right click and select “Install for all users” instead. [Ref.](https://youtrack.jetbrains.com/issue/JRE-1166?p=IDEA-200145)
|
||||
* **[macOS](http://support.apple.com/kb/HT2509)**
|
||||
* **macOS**
|
||||
* Standard distribution in Homebrew:
|
||||
```bash
|
||||
brew tap homebrew/cask-fonts
|
||||
|
@ -18,12 +15,23 @@ Quit your editor/program. Unzip and open the folder.
|
|||
```
|
||||
* Search for other variants using `brew search font-iosevka` and install what you want.
|
||||
* Customizable install using Homebrew: see [robertgzr/homebrew-tap](https://github.com/robertgzr/homebrew-tap).
|
||||
* **Linux** : Copy the TTF files to your fonts directory → Run `sudo fc-cache`.
|
||||
- Arch Linux users can install one of the [ttc-iosevka packages](https://archlinux.org/packages/?q=ttc-iosevka).
|
||||
- Void Linux users can install the font with `xbps-install font-iosevka`.
|
||||
- Fedora Linux users can install the font(s) from the copr [here](https://copr.fedorainfracloud.org/coprs/peterwu/iosevka/). Run `dnf search iosevka` to discover available fonts and `dnf install` to install the chosen one(s).
|
||||
* **FreeBSD**: The font can be installed with `pkg install iosevka`.
|
||||
* **OpenBSD**: Run `pkg_info -Q iosevka` to see which Iosevka packages are available. Use `pkg_add` to install the chosen package(s).
|
||||
* **Linux**
|
||||
* Arch Linux: Install one of the [ttc-iosevka packages](https://archlinux.org/packages/?q=ttc-iosevka).
|
||||
* Void Linux: Install the font with `xbps-install font-iosevka`.
|
||||
* Fedora: Install the font(s) from [the COPR here](https://copr.fedorainfracloud.org/coprs/peterwu/iosevka/). Run `dnf search iosevka` to discover available fonts and `dnf install` to install the chosen one(s).
|
||||
* **FreeBSD**: The font can be installed with `pkg install iosevka`.
|
||||
* **OpenBSD**: Run `pkg_info -Q iosevka` to see which Iosevka packages are available. Use `pkg_add` to install the chosen package(s).
|
||||
|
||||
### Manual Installation
|
||||
|
||||
1. Download your font package from [releases](https://github.com/be5invis/Iosevka/releases).
|
||||
2. Quit all your editors / programs.
|
||||
3. Unarchive the font package and you will see the font files.
|
||||
4. Take actions depending on your OS:
|
||||
* **Windows**: Select the font files and drag into font [settings](ms-settings:fonts) / font control panel page.
|
||||
* On Windows 10 1809 or newer, the default font installation is per-user, and it may cause compatibility issues for some applications, mostly written in Java. To cope with this, right click and select “Install for all users” instead. [Ref.](https://youtrack.jetbrains.com/issue/JRE-1166?p=IDEA-200145)
|
||||
* **macOS**: [Follow instructions here](http://support.apple.com/kb/HT2509).
|
||||
* **Linux** : Copy the font files to your fonts directory then run `sudo fc-cache`.
|
||||
|
||||
## Features
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue