Skip to content

Commit 2d51493

Browse files
committed
fix broken in link in installation page #1194
1 parent 66d7d5c commit 2d51493

File tree

1 file changed

+26
-31
lines changed

1 file changed

+26
-31
lines changed

.github/wiki/Installation.md

+26-31
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@ This wiki page will guide you through getting onefetch working on your system.
44

55
# Table of Contents
66

7-
* [Universal Install](#universal-install)
8-
* [Cargo](#cargo)
9-
* [Snap](#snap)
10-
* [Build from source](#build-from-source)
11-
* [OS/Distro Packages](#osdistro-packages)
12-
* [Alpine Linux](#alpine-linux)
13-
* [Arch](#arch)
14-
* [Fedora](#fedora)
15-
* [FreeBSD](#freebsd)
16-
* [Funtoo](#funtoo)
17-
* [macOS](#macos)
18-
* [Homebrew](#homebrew)
19-
* [MacPorts](#macports)
20-
* [NetBSD](#netbsd)
21-
* [NixOS](#nixos)
22-
* [openSUSE](#openSUSE-Leap-or-Tumbleweed)
23-
* [Ubuntu](#ubuntu-ppa)
24-
* [Void Linux](#void-linux)
25-
* [Windows](#windows)
26-
* [Winget](#Winget)
27-
* [Scoop](#scoop)
28-
* [Chocolatey](#chocolatey)
7+
- [Universal](#universal)
8+
- [Cargo](#cargo)
9+
- [Snap](#snap)
10+
- [Build from source](#build-from-source)
11+
- [OS/Distro Packages](#osdistro-packages)
12+
- [Alpine Linux](#alpine-linux)
13+
- [Arch](#arch)
14+
- [Fedora](#fedora)
15+
- [FreeBSD](#freebsd)
16+
- [Funtoo](#funtoo)
17+
- [macOS](#macos)
18+
- [Homebrew](#homebrew)
19+
- [MacPorts](#macports)
20+
- [NetBSD](#netbsd)
21+
- [NixOS](#nixos)
22+
- [openSUSE](#openSUSE-Leap-or-Tumbleweed)
23+
- [Ubuntu](#ubuntu-ppa)
24+
- [Void Linux](#void-linux)
25+
- [Windows](#windows)
26+
- [Winget](#Winget)
27+
- [Scoop](#scoop)
28+
- [Chocolatey](#chocolatey)
2929

3030
# Universal
3131

@@ -72,17 +72,16 @@ make install
7272
## Alpine Linux
7373

7474
1. Update repositories
75-
- `apk update`
75+
- `apk update`
7676
2. Install the package
77-
- `apk add onefetch`
78-
77+
- `apk add onefetch`
7978

8079
## Arch
8180

8281
Onefetch is available in the official repos.
8382

8483
- Install the package
85-
- `pacman -S onefetch`
84+
- `pacman -S onefetch`
8685

8786
## Fedora
8887

@@ -142,21 +141,18 @@ Install it from the official repositories.
142141

143142
- `pkg_add onefetch`
144143

145-
146144
## NixOS
147145

148146
Install it from the official repositories
149147

150148
- `nix-env -i onefetch`
151149

152-
153150
## openSUSE Leap or Tumbleweed
154151

155152
Install it from the official repositories.
156153

157154
- `zypper install onefetch`
158155

159-
160156
## Ubuntu (ppa)
161157

162158
```
@@ -173,7 +169,6 @@ Install it from the official repositories
173169

174170
- `sudo xbps-install -S onefetch`
175171

176-
177172
## Windows
178173

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

200195
```
201196
choco install onefetch
202-
```
197+
```

0 commit comments

Comments
 (0)