Skip to content

Commit

Permalink
Update README.md so Linux/Mac installation instructions are shown bef…
Browse files Browse the repository at this point in the history
…ore Termux
  • Loading branch information
jeremiah-k committed Dec 24, 2024
1 parent 3ec94e8 commit bb02cb8
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Fetchtastic is a utility for downloading and managing the latest Meshtastic Andr
## Table of Contents

- [Installation](#installation)
- [Termux Installation (Android)](#termux-installation-android)
- [Linux/Mac Installation](#linuxmac-installation)
- [Termux Installation (Android)](#termux-installation-android)
- [Usage](#usage)
- [Setup Process](#setup-process)
- [Command List](#command-list)
Expand All @@ -17,6 +17,26 @@ Fetchtastic is a utility for downloading and managing the latest Meshtastic Andr

## Installation

### Linux/Mac Installation

Fetchtastic can also be installed on Linux or macOS systems.

#### Install with pipx (Recommended)

It's recommended to use `pipx` to install Fetchtastic in an isolated environment. (If you prefer, you can use `pip` too.)

1. **Install pipx**:

Follow the installation instructions for your platform on the [pipx documentation page](https://pypa.github.io/pipx/installation/).

Restart your terminal after installing pipx.

2. **Install Fetchtastic with pipx**:

```bash
pipx install fetchtastic
```

### Termux Installation (Android)

Fetchtastic can be installed on your Android device using Termux.
Expand All @@ -42,26 +62,6 @@ pkg install python python-pip openssl -y
pip install fetchtastic
```

### Linux/Mac Installation

Fetchtastic can also be installed on Linux or macOS systems.

#### Install with pipx (Recommended)

It's recommended to use `pipx` to install Fetchtastic in an isolated environment. (If you prefer, you can use `pip` too.)

1. **Install pipx**:

Follow the installation instructions for your platform on the [pipx documentation page](https://pypa.github.io/pipx/installation/).

Restart your terminal after installing pipx.

2. **Install Fetchtastic with pipx**:

```bash
pipx install fetchtastic
```

## Usage

### Setup Process
Expand Down

0 comments on commit bb02cb8

Please sign in to comment.