Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,20 @@ EpixNet is a Python-based implementation of a decentralized web platform where:

## Quick Start

### Prerequisites
> [!NOTE]
> **Jump to**
>
> - **Installation on Linux:** [manual](#linux-installation) | [Docker](#docker-installation) | [automated - bash script](#convenience-scripts)
> - **Installation on Windows:** [manual](#windows-installation)
> - **Post-installation:** [first site](#creating-your-first-site) | [configuration](#configuration) | [usage](#usage)

### Linux Prerequisites

- Python 3.8 or higher
- Git (for cloning the repository)
- Basic development tools (compiler, etc.)

### Installation
### Linux Installation

1. **Clone the repository**:

Expand Down
Loading