From 29c7d46817ada88cf45a2cbdbdb1f331edb67637 Mon Sep 17 00:00:00 2001 From: Lephenixnoir Date: Mon, 10 May 2021 08:41:19 +0200 Subject: [PATCH] README.md: replace old command name for project creation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index baa0ea2..e27fe38 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,10 @@ GiteaPC configuration `:noudisks2` to disable UDisks2-based features. ``` Use the `fxsdk` command to manage projects. You can create an empty add-in -project with `fxsdk create` and a name for a new folder: +project with `fxsdk new` and a name for a new folder: ```bash -% fxsdk create MyAddin +% fxsdk new MyAddin ``` From that folder, you can build the add-in with the build commands: