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
|
```sh
|
||||||
git clone https://gitlab.gnome.org/alatiera/hammond.git
|
git clone https://gitlab.gnome.org/alatiera/hammond.git
|
||||||
cd Hammond/
|
cd Hammond/
|
||||||
cargo run -p hammond-gtk --release
|
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:
|
||||||
Flatpak instructions... Soon™.
|
Flatpak instructions... Soon™.
|
||||||
|
|
||||||
|
|||||||
4
TODO.md
4
TODO.md
@ -24,7 +24,7 @@
|
|||||||
**Unhack stuff:**
|
**Unhack stuff:**
|
||||||
|
|
||||||
- [ ] Url sanitization
|
- [ ] Url sanitization
|
||||||
- [ ] Fix downloader .ext parsing
|
- [x] Fix downloader .ext parsing
|
||||||
|
|
||||||
|
|
||||||
**FIXME:**
|
**FIXME:**
|
||||||
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
**Look into:**
|
**Look into:**
|
||||||
|
|
||||||
- [ ] Icons && install stuff && flatpak
|
- [x] Icons && install stuff && flatpak
|
||||||
|
|
||||||
* Neither flatpak nor meson support atm building from cargo.
|
* Neither flatpak nor meson support atm building from cargo.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user