Remove downloaded mentioned twice from keep-updated.md (#5666)

This commit is contained in:
Kim De Mey 2023-12-13 16:11:25 +01:00 committed by GitHub
parent 15147cccb1
commit 44db870f59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ To update to the latest version, either download the binary or compile the beaco
# Download the updated source code
git pull && make update
# Build the downloaded newly downloaded version
# Build the newly downloaded version
make -j4 nimbus_beacon_node
```