Skip to content

Commit

Permalink
#1290 wiki update, onefetch requires cmake to build
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Mar 21, 2024
1 parent c83a959 commit 7264d5c
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions .github/wiki/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ This wiki page will guide you through getting onefetch working on your system.
# Table of Contents

- [Universal Install](#universal-install)
- [Build from source](#build-from-source)
- [Cargo](#cargo)
- [Snap](#snap)
- [Build from source](#build-from-source)
- [OS/Distro Packages](#osdistro-packages)
- [Alpine Linux](#alpine-linux)
- [Arch](#arch)
Expand All @@ -31,10 +31,26 @@ This wiki page will guide you through getting onefetch working on your system.

If your architecture is supported by the pre-built binaries, you can download them from the [releases page](https://github.com/o2sh/onefetch/releases/latest).

## Build from source

First, install `rustup` to get the `rust` compiler installed on your system (using the recommended `curl https://sh.rustup.rs -sSf | sh -s` installation method) and then

> [!IMPORTANT]
> Ensure [CMake](https://cmake.org/download/) is installed.
```
git clone https://github.com/o2sh/onefetch
cd onefetch
make install
```

## Cargo

First, install `rustup` to get the `rust` compiler installed on your system (using the recommended `curl https://sh.rustup.rs -sSf | sh -s` installation method) and then

> [!IMPORTANT]
> Ensure [CMake](https://cmake.org/download/) is installed.
```
cargo install onefetch
```
Expand All @@ -57,16 +73,6 @@ snap install onefetch

The stable version will be installed for you automatically.

## Build from source

First, install `rustup` to get the `rust` compiler installed on your system (using the recommended `curl https://sh.rustup.rs -sSf | sh -s` installation method) and then

```
git clone https://github.com/o2sh/onefetch
cd onefetch
make install
```

# OS/Distro Packages

## Alpine Linux
Expand Down

0 comments on commit 7264d5c

Please sign in to comment.