Add Flatpak version installation reference
Add documentation for installing a specific Flatpak commit version, including listing available commits and downgrading to a previous one. LLM-Generated: true
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Flatpak
|
||||
|
||||
## Installing a specific version
|
||||
|
||||
```bash
|
||||
# List the available commits
|
||||
flatpak remote-info --log flathub com.orcaslicer.OrcaSlicer
|
||||
|
||||
# Install the commit version you want
|
||||
# Orca Slicer, for example
|
||||
sudo flatpak update --commit=acd5ab796f5640645938194da3a6822b3699dcf41c61059bfbd6accb798ebc7b com.orcaslicer.OrcaSlicer
|
||||
```
|
||||
Reference in New Issue
Block a user