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
No known key found for this signature in database
GPG key ID: 1BBA026E13FC0495

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: