README: fix scoop command

Closes #564
This commit is contained in:
Filippo Valsorda
2024-06-16 05:06:58 -04:00
committed by GitHub
parent 35cf02b1d0
commit 69c21b83fb

View File

@@ -130,7 +130,7 @@ $ age --decrypt -i key.txt data.tar.gz.age > data.tar.gz
<tr>
<td>Scoop (Windows)</td>
<td>
<code>scoop bucket add extras; scoop install age</code>
<code>scoop bucket add extras && scoop install age</code>
</td>
</tr>
</table>