Browse Source

fix broken in link in installation page #1194

pull/1195/head
o2sh 2 years ago
parent
commit
2d514931cf
No known key found for this signature in database
GPG Key ID: C2414BD0092379D8
  1. 57
      .github/wiki/Installation.md

57
.github/wiki/Installation.md

@ -4,28 +4,28 @@ This wiki page will guide you through getting onefetch working on your system.
# Table of Contents # Table of Contents
* [Universal Install](#universal-install) - [Universal](#universal)
* [Cargo](#cargo) - [Cargo](#cargo)
* [Snap](#snap) - [Snap](#snap)
* [Build from source](#build-from-source) - [Build from source](#build-from-source)
* [OS/Distro Packages](#osdistro-packages) - [OS/Distro Packages](#osdistro-packages)
* [Alpine Linux](#alpine-linux) - [Alpine Linux](#alpine-linux)
* [Arch](#arch) - [Arch](#arch)
* [Fedora](#fedora) - [Fedora](#fedora)
* [FreeBSD](#freebsd) - [FreeBSD](#freebsd)
* [Funtoo](#funtoo) - [Funtoo](#funtoo)
* [macOS](#macos) - [macOS](#macos)
* [Homebrew](#homebrew) - [Homebrew](#homebrew)
* [MacPorts](#macports) - [MacPorts](#macports)
* [NetBSD](#netbsd) - [NetBSD](#netbsd)
* [NixOS](#nixos) - [NixOS](#nixos)
* [openSUSE](#openSUSE-Leap-or-Tumbleweed) - [openSUSE](#openSUSE-Leap-or-Tumbleweed)
* [Ubuntu](#ubuntu-ppa) - [Ubuntu](#ubuntu-ppa)
* [Void Linux](#void-linux) - [Void Linux](#void-linux)
* [Windows](#windows) - [Windows](#windows)
* [Winget](#Winget) - [Winget](#Winget)
* [Scoop](#scoop) - [Scoop](#scoop)
* [Chocolatey](#chocolatey) - [Chocolatey](#chocolatey)
# Universal # Universal
@ -72,17 +72,16 @@ make install
## Alpine Linux ## Alpine Linux
1. Update repositories 1. Update repositories
- `apk update` - `apk update`
2. Install the package 2. Install the package
- `apk add onefetch` - `apk add onefetch`
## Arch ## Arch
Onefetch is available in the official repos. Onefetch is available in the official repos.
- Install the package - Install the package
- `pacman -S onefetch` - `pacman -S onefetch`
## Fedora ## Fedora
@ -142,21 +141,18 @@ Install it from the official repositories.
- `pkg_add onefetch` - `pkg_add onefetch`
## NixOS ## NixOS
Install it from the official repositories Install it from the official repositories
- `nix-env -i onefetch` - `nix-env -i onefetch`
## openSUSE Leap or Tumbleweed ## openSUSE Leap or Tumbleweed
Install it from the official repositories. Install it from the official repositories.
- `zypper install onefetch` - `zypper install onefetch`
## Ubuntu (ppa) ## Ubuntu (ppa)
``` ```
@ -173,7 +169,6 @@ Install it from the official repositories
- `sudo xbps-install -S onefetch` - `sudo xbps-install -S onefetch`
## Windows ## Windows
### Winget ### Winget
@ -199,4 +194,4 @@ If you prefer to use [Chocolatey](https://chocolatey.org/) to manage software, i
``` ```
choco install onefetch choco install onefetch
``` ```

Loading…
Cancel
Save