Skip to content

Commit

Permalink
README: Debian 12 installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
FiloSottile committed Sep 20, 2023
1 parent 6ad4560 commit 101cc86
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -61,7 +61,13 @@ $ age --decrypt -i key.txt data.tar.gz.age > data.tar.gz
</td>
</tr>
<tr>
<td>Debian 11+ (Bullseye)</td>
<td>Debian 12+ (Bookworm)</td>
<td>
<code>apt install age</code>
</td>
</tr>
<tr>
<td>Debian 11 (Bullseye)</td>
<td>
<code>apt install age/bullseye-backports</code>
(<a href="https://backports.debian.org/Instructions/#index2h2">enable backports</a> for age v1.0.0+)
Expand Down

0 comments on commit 101cc86

Please sign in to comment.