无法快速启动第一个模板

无法快速启动第一个模板

我对 Linux 还很陌生,做事情时有一半时间真的不知道自己在做什么,但我开始尝试快速使用它,看看我是否可以为课堂制作一个小型笔记程序。问题是快速获取后我似乎无法运行它。

我可以得到:

Usage:
    quickly [OPTIONS] command ...

Options:
    -t, --template <template>  Template to use if it differs from default
                               project template
    --staging                  Target launchpad staging server
    --verbose                  Verbose mode
    -h, --help                 Show help information

Commands:
    create <template> <project-name> (template is mandatory for this command)
    quickly <template-origin> <template-dest> to create a create derived template
    getstarted to get some starting hints

Examples:
    quickly create ubuntu-application foobar
    quickly push 'awesome new comment system'
    quickly -t cool-template push 'awesome new comment system'

但是除此之外似乎不可用。我尝试过:

quickly create ubuntu-application mybrowser

但得到:

ERROR: No create command found.
Candidate commands are: commands, getstarted, help, quickly

如果您有任何建议来让它运行起来或者有任何合适的替代方案,请告诉我。

相关内容