-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #808 from matty0ung/dbFixes
Fix readme
- Loading branch information
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,10 @@ | |
|
||
![Windows Workflow](https://github.com/brewtarget/brewtarget/actions/workflows/windows.yml/badge.svg) | ||
|
||
### *** Please note that the latest Brewtarget releases are here on [Github](https://github.com/Brewtarget/brewtarget/). *** | ||
### (The old brewtarget.org website is out-of-date but we do not have access to modify it.) | ||
![Mac Workflow](https://github.com/brewtarget/brewtarget/actions/workflows/mac.yml/badge.svg) | ||
|
||
### *** Please note that the up-to-date Brewtarget website is [www.brewtarget.beer](https://www.brewtarget.beer/). Latest Brewtarget releases are always here on [GitHub](https://github.com/Brewtarget/brewtarget/releases/latest). *** | ||
##### (The old brewtarget.org website is out-of-date but we do not have access to modify it.) | ||
|
||
Brewtarget is free open-source brewing software, and a beer recipe creation | ||
tool available for Linux, Mac, and Windows. It automatically calculates color, | ||
|
@@ -50,17 +52,17 @@ is your single, free, go-to tool when crafting your beer recipes. | |
* Markus Mårtensson <[email protected]> | ||
* Matt Anderson <[email protected]> | ||
* Mattias Måhl <[email protected]> | ||
* Matt Young <[email protected]> | ||
* Matt Young <[email protected]> -- Current lead developer | ||
* Maxime Lavigne <[email protected]> | ||
* Medic Momcilo <[email protected]> | ||
* Mike Evans <[email protected]> | ||
* Mik Firestone <[email protected]> | ||
* Mik Firestone <[email protected]> -- Previous lead developer | ||
* Mikhail Gorbunov <[email protected]> | ||
* Mitch Lillie <[email protected]> | ||
* Padraic Stack <[email protected]> | ||
* Peter Buelow <[email protected]> | ||
* Peter Urbanec <[email protected]> | ||
* Philip Greggory Lee <[email protected]> -- Original developer | ||
* Philip Greggory Lee <[email protected]> -- Original lead developer | ||
* Rob Taylor <[email protected]> | ||
* Samuel Östling <[email protected]> | ||
* Scott Peshak <[email protected]> | ||
|
@@ -75,18 +77,16 @@ Author list created with the help of the following command: | |
|
||
### For Users | ||
|
||
* [Main website](http://www.brewtarget.org) (No longer updated and has some out-of-date links) | ||
* [Help group](https://groups.google.com/forum/?fromgroups=#!forum/brewtarget-help) (Linked to from the website, but it's better to raise issues on GitHub than post here) | ||
* [Main website](https://www.brewtarget.beer) (This replaces the old brewtarget.org website, to which we no longer have access) | ||
* [Latest builds](https://github.com/Brewtarget/brewtarget/actions) | ||
* [Brewtarget PPA](https://launchpad.net/~brewtarget-devs/+archive/ubuntu/brewtarget-releases) (out of date) | ||
* [Bug tracker](https://github.com/Brewtarget/brewtarget/issues) | ||
|
||
Latest builds are available by logging into Github, following the "Latest builds" link above, drilling down into the relevant OS and downloading the installer package. | ||
Latest builds are available by logging into GitHub, following the "Latest builds" link above, drilling down into the | ||
relevant OS and downloading the installer package. | ||
|
||
### For Developers | ||
|
||
* [Source code repository](https://github.com/Brewtarget/brewtarget) | ||
* [Developers team](https://launchpad.net/~brewtarget-devs) (No longer used) | ||
* [Developers wiki](https://github.com/Brewtarget/brewtarget/wiki) | ||
|
||
## Compiling and Installing | ||
|
@@ -95,4 +95,4 @@ If you want to build the application from source, see | |
[Development: Getting Started](https://github.com/Brewtarget/brewtarget/wiki/Development:-Getting-Started) for | ||
up-to-date instructions. | ||
|
||
See also comments in CMakeLists.txt file. | ||
See also comments in [bt](https://github.com/Brewtarget/brewtarget/blob/develop/bt) and [meson.build](https://github.com/Brewtarget/brewtarget/blob/develop/meson.build) files. |