docs(README): hardcode version in more places (#256)

As we make use of release-please, I feel like it's
nicer to hardcode the versions as they will
automatically get updated upon release.
This commit is contained in:
Hammy
2024-05-27 23:38:55 +01:00
committed by GitHub
parent 4173b70b91
commit 54633c0f72

View File

@@ -31,7 +31,7 @@ We provide a Python script to automate the process of installing the theme:
<!-- x-release-please-start-version --> <!-- x-release-please-start-version -->
```bash ```bash
curl -LsS "https://raw.githubusercontent.com/catppuccin/gtk/main/install.py" -o install.py curl -LsSO "https://raw.githubusercontent.com/catppuccin/gtk/v1.0.2/install.py"
python3 install.py <flavor> <accent> python3 install.py <flavor> <accent>
[catppuccin-gtk] [INFO] - Installation info: [catppuccin-gtk] [INFO] - Installation info:
flavor: mocha flavor: mocha
@@ -103,7 +103,7 @@ sudo flatpak override --env=GTK_THEME="catppuccin-${FLAVOR}-${ACCENT}-standard+d
### Manual installation ### Manual installation
If your distro does not package our theme, and the installation script will not work for your use case, you can pull down releases and extract them yourself. You can find the [latest release on GitHub](https://github.com/catppuccin/gtk/releases/latest). If your distro does not package our theme, and the installation script will not work for your use case, you can pull down releases and extract them yourself. You can find the [latest release on GitHub](https://github.com/catppuccin/gtk/releases/tag/v1.0.2).
```bash ```bash
cd ~/.local/share/themes cd ~/.local/share/themes