From 3b1f72066e34b96858ac1da0aae8794149cbcad6 Mon Sep 17 00:00:00 2001 From: Chunpeng Huo Date: Thu, 20 Aug 2020 13:56:35 +1000 Subject: [PATCH] chore: update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ec861b59..ee67095f1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ Please see the [contributing guidelines](./CONTRIBUTING.md). ## Providing new feature to app skeleton -App skeleton has been moved to a dedicated repo [aurelia/v1](https://github.com/aurelia/v1). +App skeleton is no longer in this repo, it has been moved to a dedicated repo [aurelia/v1](https://github.com/aurelia/v1). Any contribution to app skeleton should go into [aurelia/v1](https://github.com/aurelia/v1). + +The `au new` command now simplify wraps `npx makes aurelia/v1`. Users can directly use that makes command to create new project. ## Building