Update README.md with links

This commit is contained in:
2019-08-28 01:35:24 +02:00
parent 0d595eba58
commit 2bb7c3484e

View File

@ -8,17 +8,21 @@ You need to be using [Gadgetbridge](https://gadgetbridge.org/) with your *Pebble
## Installation ## Installation
The easiest way to use this projet is to download [RStudio](https://www.rstudio.com/products/rstudio/download/#download), open `pebble_health_stats.Rmd` and press *Knit* on the top left of the editor. The easiest way to use this projet is to:
* download [RStudio](https://www.rstudio.com/products/rstudio/download/#download)
* download and open `[pebble_health_stats.Rmd](https://djib.fr/djib/PebbleHealthStats/src/branch/master/pebble_health_stats.Rmd)`
* and press *Knit* on the top left of the editor.
You will need to have [R](https://www.r-project.org/) running on you PC as well as the package [Tidyverse](https://www.tidyverse.org/). You will need to have [R](https://www.r-project.org/) running on you PC as well as the package [Tidyverse](https://www.tidyverse.org/).
On a [Debian](https://www.debian.org/) machine, all you need to do is: On a [Debian](https://www.debian.org/) machine, all you need to do is:
``` ```bash
sudo apt install r-cran-tidyverse sudo apt install r-cran-tidyverse
``` ```
## Demo ## Demo
Open `pebble_health_stats.html` for a demo of the output. Download and open `[pebble_health_stats.html](https://djib.fr/djib/PebbleHealthStats/raw/branch/master/pebble_health_stats.html)` for a demo of the output.
## If you want to go further ## If you want to go further