Skip to content

Commit 951c00e

Browse files
authored
Update README.md
1 parent 89630a1 commit 951c00e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

faqs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ The recommended distribution (distro) is Raspbian, which is specifically designe
281281

282282
It's important to keep your system up to date with the latest security updates, as well as bug fixes for any applications you might be using. You can easily do this by opening a terminal window and running the following two commands:
283283

284-
+ `sudo apt update` will update the internal software database, so the system knows what the latest updates are
284+
+ `sudo apt update` will download package information from all configured sources, so the system knows what the latest updates are.
285285

286-
+ `sudo apt full-upgrade` will then download all the updates and install them
286+
+ `sudo apt full-upgrade` will then download all the updates and install them.
287287

288288
We recommend going through this process once a week or so.
289289

0 commit comments

Comments
 (0)