Skip to content

Commit 30b1873

Browse files
committed
merge duplicate project statuses and re-word it
1 parent 0bf5a7f commit 30b1873

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

readme.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[![Go Version](https://img.shields.io/github/go-mod/go-version/golingon/lingon)](go.mod)
55
![Go Test Coverage](.github/coverage.svg)
66

7-
87
# Lingon 🍒 - Libraries for building platforms with Go <!-- omit in toc -->
98

109
- [What is this?](#what-is-this)
@@ -23,12 +22,6 @@
2322
- [Similar projects](#similar-projects)
2423
- [License](#license)
2524

26-
## Project Status
27-
28-
This was a proof-of-concept at [volvo-cars](https://github.com/volvo-cars/lingon).
29-
Management decided to go another route but we ([jacob](https://github.com/jlarfors) and [julien](https://github.com/veggiemonk)) believe in the concept
30-
and the knowledge acquired throughout the process. We are maintainers of the project and will make sure that the project is healthy and keep receiving updates.
31-
3225
## What is this?
3326

3427
Write [Terraform](./docs/terraform/) (HCL) and [Kubernetes](./docs/kubernetes/) (YAML) in Go. see [Rationale](./docs/rationale.md) for more details.
@@ -61,6 +54,11 @@ This project is in beta.
6154
The APIs are stable, but we do not promise backward compatibility at this point.
6255
We will eventually promise backward compatibility when the project is more battle tested.
6356

57+
This was a proof-of-concept at [volvo-cars](https://github.com/volvo-cars/lingon).
58+
Unfortunately the project for which Lingon was being developed ended.
59+
The original authors ([jacob](https://github.com/jlarfors) and [julien](https://github.com/veggiemonk)) believe in the concept and are
60+
now maintainers of this project and will make sure it is healthy and receives updates.
61+
6462
See [FAQ](./docs/faq.md) for more details.
6563

6664
## Required knowledge
@@ -110,7 +108,7 @@ Or simply download the binaries from the [releases](https://github.com/golingon/
110108
```bash
111109
go install github.com/golingon/lingon/cmd/explode@latest
112110
go install github.com/golingon/lingon/cmd/kygo@latest
113-
go install github.com/golingon/lingon/cmd/terragen@latest
111+
go install github.com/golingon/lingon/cmd/terragen@latest
114112

115113
```
116114

0 commit comments

Comments
 (0)