README: update installation instructions to provide v1.0.0+

Updates #371
This commit is contained in:
Filippo Valsorda 2022-07-07 12:11:02 -04:00 committed by GitHub
parent 891be91d42
commit f66877cfa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -164,7 +164,8 @@ Keep in mind that people might not protect SSH keys long-term, since they are re
<tr>
<td>Debian 11+ (Bullseye)</td>
<td>
<code>apt install age</code>
<code>apt install age/bullseye-backports</code>
(<a href="https://backports.debian.org/Instructions/#index2h2">enable backports</a> for age v1.0.0+)
</td>
</tr>
<tr>
@ -192,7 +193,7 @@ Keep in mind that people might not protect SSH keys long-term, since they are re
</td>
</tr>
<tr>
<td>Ubuntu 21.04+</td>
<td>Ubuntu 22.04+</td>
<td>
<code>apt install age</code>
</td>