Close #11, Added notes for manual installation.
This commit is contained in:
parent
8f020c92c0
commit
d46c3716b4
20
README.md
20
README.md
@ -7,12 +7,30 @@ This is a prototype of a podcast client written in Rust.
|
||||

|
||||

|
||||
|
||||
## Quick start
|
||||
The following steps assume you have a working installation of rustc and cargo.
|
||||
If you dont take a look at [rustup.rs](rustup.rs)
|
||||
|
||||
## Quick start:
|
||||
```sh
|
||||
git clone https://gitlab.gnome.org/alatiera/hammond.git
|
||||
cd Hammond/
|
||||
cargo run -p hammond-gtk --release
|
||||
```
|
||||
|
||||
## Install from soure:
|
||||
```sh
|
||||
git clone https://gitlab.gnome.org/alatiera/hammond.git
|
||||
cd Hammond/
|
||||
make
|
||||
sudo make install
|
||||
```
|
||||
|
||||
**Additionall:**
|
||||
|
||||
You can run `sudo make uninstall` for removal
|
||||
|
||||
And `make clean` to clean up the enviroment after instalation.
|
||||
|
||||
### Flatpak:
|
||||
Flatpak instructions... Soon™.
|
||||
|
||||
|
||||
4
TODO.md
4
TODO.md
@ -24,7 +24,7 @@
|
||||
**Unhack stuff:**
|
||||
|
||||
- [ ] Url sanitization
|
||||
- [ ] Fix downloader .ext parsing
|
||||
- [x] Fix downloader .ext parsing
|
||||
|
||||
|
||||
**FIXME:**
|
||||
@ -35,7 +35,7 @@
|
||||
|
||||
**Look into:**
|
||||
|
||||
- [ ] Icons && install stuff && flatpak
|
||||
- [x] Icons && install stuff && flatpak
|
||||
|
||||
* Neither flatpak nor meson support atm building from cargo.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user