Skip to content

Commit

Permalink
fix broken in link in installation page #1194
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Oct 29, 2023
1 parent 66d7d5c commit 2d51493
Showing 1 changed file with 26 additions and 31 deletions.
57 changes: 26 additions & 31 deletions .github/wiki/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@ This wiki page will guide you through getting onefetch working on your system.

# Table of Contents

* [Universal Install](#universal-install)
* [Cargo](#cargo)
* [Snap](#snap)
* [Build from source](#build-from-source)
* [OS/Distro Packages](#osdistro-packages)
* [Alpine Linux](#alpine-linux)
* [Arch](#arch)
* [Fedora](#fedora)
* [FreeBSD](#freebsd)
* [Funtoo](#funtoo)
* [macOS](#macos)
* [Homebrew](#homebrew)
* [MacPorts](#macports)
* [NetBSD](#netbsd)
* [NixOS](#nixos)
* [openSUSE](#openSUSE-Leap-or-Tumbleweed)
* [Ubuntu](#ubuntu-ppa)
* [Void Linux](#void-linux)
* [Windows](#windows)
* [Winget](#Winget)
* [Scoop](#scoop)
* [Chocolatey](#chocolatey)
- [Universal](#universal)
- [Cargo](#cargo)
- [Snap](#snap)
- [Build from source](#build-from-source)
- [OS/Distro Packages](#osdistro-packages)
- [Alpine Linux](#alpine-linux)
- [Arch](#arch)
- [Fedora](#fedora)
- [FreeBSD](#freebsd)
- [Funtoo](#funtoo)
- [macOS](#macos)
- [Homebrew](#homebrew)
- [MacPorts](#macports)
- [NetBSD](#netbsd)
- [NixOS](#nixos)
- [openSUSE](#openSUSE-Leap-or-Tumbleweed)
- [Ubuntu](#ubuntu-ppa)
- [Void Linux](#void-linux)
- [Windows](#windows)
- [Winget](#Winget)
- [Scoop](#scoop)
- [Chocolatey](#chocolatey)

# Universal

Expand Down Expand Up @@ -72,17 +72,16 @@ make install
## Alpine Linux

1. Update repositories
- `apk update`
- `apk update`
2. Install the package
- `apk add onefetch`

- `apk add onefetch`

## Arch

Onefetch is available in the official repos.

- Install the package
- `pacman -S onefetch`
- `pacman -S onefetch`

## Fedora

Expand Down Expand Up @@ -142,21 +141,18 @@ Install it from the official repositories.

- `pkg_add onefetch`


## NixOS

Install it from the official repositories

- `nix-env -i onefetch`


## openSUSE Leap or Tumbleweed

Install it from the official repositories.

- `zypper install onefetch`


## Ubuntu (ppa)

```
Expand All @@ -173,7 +169,6 @@ Install it from the official repositories

- `sudo xbps-install -S onefetch`


## Windows

### Winget
Expand All @@ -199,4 +194,4 @@ If you prefer to use [Chocolatey](https://chocolatey.org/) to manage software, i

```
choco install onefetch
```
```

0 comments on commit 2d51493

Please sign in to comment.