Skip to content

Commit

Permalink
Update the readme to include build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
heliguy4599 committed Dec 12, 2024
1 parent 6dc473d commit ae468a4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,21 @@ flatpak run io.github.flattool.Warehouse

### Compiling from Source

TODO
Make sure `flatpak` and `git` are installed, then run the following to build from the repo:
```bash
# Clone this repo and enter it
git clone https://github.com/flattool/warehouse
cd warehouse

# Install build dependencies
flatpak install org.flatpak.Builder org.gnome.Sdk//47 org.gnome.Platform//47 -y

# Build and install Warehouse
flatpak run org.flatpak.Builder _build ./build-aux/io.github.flattool.Warehouse.json --install --user --force-clean

# Run Warehouse
flatpak run io.github.flattool.Warehouse//master
```

### Formatting

Expand Down
Binary file removed screenshots.png
Binary file not shown.

0 comments on commit ae468a4

Please sign in to comment.