Skip to content

Commit c81934f

Browse files
authored
Enhance README with installer badges for downloads
Updated download links for pre-built executables with badges.
1 parent a2406ca commit c81934f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ Install the stable version of *pyprophet* from the PyPI:
3636
### Option 2: Pre-built Executables (No Python Required)
3737

3838
Download from [GitHub Releases](https://github.com/pyprophet/pyprophet/releases):
39-
- Linux: `pyprophet-linux-x86_64-deb.zip`
40-
- Windows: `pyprophet-windows-x86_64-installer.zip`
41-
- macOS Intel: `pyprophet-macos-x86_64-dmg.zip`
42-
- macOS Apple Silicon: `pyprophet-macos-arm64-dmg.zip`
39+
- Linux: [![Ubuntu Installer](https://img.shields.io/badge/Install-Ubuntu-purple)](https://github.com/PyProphet/pyprophet/releases/download/v3.0.4/pyprophet-linux-x86_64-deb.zip)
40+
- Windows: [![Windows Installer](https://img.shields.io/badge/Install-Windows-blue)](https://github.com/PyProphet/pyprophet/releases/download/v3.0.4/pyprophet-windows-x86_64-installer.zip)
41+
- macOS Intel: [![MacOS Intel Installer](https://img.shields.io/badge/Install-macOS_Intel-white)](https://github.com/PyProphet/pyprophet/releases/download/v3.0.4/pyprophet-macos-x86_64-dmg.zip)
42+
- macOS Apple Silicon: [![MacOS Apple Silicon Installer](https://img.shields.io/badge/Install-macOS_Apple_Silicon-white)](https://github.com/PyProphet/pyprophet/releases/download/v3.0.4/pyprophet-macos-arm64-dmg.zip)
4343

4444
### Option 3: From Source
4545

0 commit comments

Comments
 (0)