Skip to content

Commit

Permalink
Merge pull request #808 from matty0ung/dbFixes
Browse files Browse the repository at this point in the history
Fix readme
  • Loading branch information
matty0ung committed Aug 11, 2024
2 parents 38a3be6 + 5f8cc19 commit bb82aed
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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]>
Expand All @@ -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
Expand All @@ -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.

0 comments on commit bb82aed

Please sign in to comment.