npm-list, sha256sum: update Dutch translation, sha256sum: fix typo (#14916)

* Update 
Co-authored-by: Leon <leonvsc@users.noreply.github.com>
This commit is contained in:
Sebastiaan Speck
2024-11-20 13:31:57 +01:00
committed by GitHub
parent 3728433211
commit 7fbc4a4384
3 changed files with 8 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# npm-list
# npm list
> Dit commando is een alias van `npm ls`.

View File

@@ -26,3 +26,7 @@
- Toon alleen een bericht wanneer verificatie mislukt, negeer ontbrekende bestanden:
`sha256sum --ignore-missing --check --quiet {{pad/naar/bestand.sha256}}`
- Controleer een bekende SHA256 checksum van een bestand:
`echo {{bekende_sha256_checksum_van_een_bestand}} {{pad/naar/bestand}} | sha256sum --check`