From e67e9b304e4c33b32b33e48752206a9518d0cf78 Mon Sep 17 00:00:00 2001 From: Kristian Williams Date: Thu, 1 Oct 2020 09:55:51 +0200 Subject: [PATCH 1/3] Update README.md Added Chocolatey package details. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cc35cbb8..4c4067df 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,12 @@ Prebuilt binaries for macOS and Windows can be downloaded from the [GitHub relea For everyone else, a detailed instruction can be found [here](https://github.com/casperstorm/ajour/blob/master/INSTALL.md). +### Chocolatey + +The app can also be installed via the Chocolatey package manager via `choco install ajour`. + +This package is automatically updated to the latest version every day at 06:00 UTC and will add a Start Menu shortcut. + ## Themes

From ae124941b97628ebb1094a6ec265dc9278c33147 Mon Sep 17 00:00:00 2001 From: Kristian Williams Date: Thu, 1 Oct 2020 11:53:16 +0200 Subject: [PATCH 2/3] Moved Chocolatey instructions to `INSTALL.md`. --- INSTALL.md | 5 +++++ README.md | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 330e9278..eb3b6490 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -10,6 +10,11 @@ cargo install ajour --git https://github.com/casperstorm/ajour.git brew cask install ajour ``` +## [Chocolatey](https://chocolatey.org/) +```cmd +choco install ajour +``` + # Manual Installation 1. [Prerequisites](#prerequisites) diff --git a/README.md b/README.md index 4c4067df..cc35cbb8 100644 --- a/README.md +++ b/README.md @@ -53,12 +53,6 @@ Prebuilt binaries for macOS and Windows can be downloaded from the [GitHub relea For everyone else, a detailed instruction can be found [here](https://github.com/casperstorm/ajour/blob/master/INSTALL.md). -### Chocolatey - -The app can also be installed via the Chocolatey package manager via `choco install ajour`. - -This package is automatically updated to the latest version every day at 06:00 UTC and will add a Start Menu shortcut. - ## Themes

From 59d48bbd26c52b9c76fa4eb537306eb9aca5ad17 Mon Sep 17 00:00:00 2001 From: Kristian Williams Date: Sat, 3 Oct 2020 16:16:59 +0200 Subject: [PATCH 3/3] Update INSTALL.md --- INSTALL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index eb3b6490..1413d85e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -11,10 +11,16 @@ brew cask install ajour ``` ## [Chocolatey](https://chocolatey.org/) +### Standard ```cmd choco install ajour ``` +### OpenGL +```cmd +choco install ajour-opengl +``` + # Manual Installation 1. [Prerequisites](#prerequisites)