mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 08:35:28 +00:00
init Flatpak manifest
This commit is contained in:
parent
6731aa62fa
commit
762e9816e7
4 changed files with 80 additions and 2 deletions
17
README.md
17
README.md
|
|
@ -198,9 +198,22 @@ cargo install Yoda
|
|||
``` bash
|
||||
git clone https://github.com/YGGverse/Yoda.git
|
||||
cd Yoda
|
||||
cargo build
|
||||
cargo build --release
|
||||
```
|
||||
* `cargo run`
|
||||
* run `target/release/Yoda`
|
||||
|
||||
#### Flatpak
|
||||
|
||||
``` bash
|
||||
git clone https://github.com/YGGverse/Yoda.git
|
||||
cd Yoda
|
||||
flatpak-builder --force-clean build\
|
||||
--install-deps-from=flathub\
|
||||
--install --repo=repo --user\
|
||||
io.github.yggverse.Yoda.yaml
|
||||
```
|
||||
* launch: `flatpak run io.github.yggverse.Yoda`
|
||||
* bundle: `flatpak build-bundle repo Yoda.flatpak io.github.yggverse.Yoda`
|
||||
|
||||
## Development
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue