README.md: replace old command name for project creation

This commit is contained in:
Lephenixnoir 2021-05-10 08:41:19 +02:00
parent ed10e727df
commit 29c7d46817
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 2 additions and 2 deletions

View File

@ -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: