From 6cfdfe436137d8752f587e0f68c48eef8cdf143c Mon Sep 17 00:00:00 2001 From: cxxxr Date: Sat, 23 Sep 2023 22:52:52 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5290ca936..b2b5a7216 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,6 @@ curl -L https://qlot.tech/installer | bash ``` make ``` - ### SDL2 Dependent packages must be installed. See https://github.com/lem-project/lem/blob/main/frontends/sdl2/README.md @@ -78,6 +77,11 @@ See https://github.com/lem-project/lem/blob/main/frontends/sdl2/README.md make build-sdl2 ``` +## update +``` +make update +``` + ## Usage ```