Ich bin ziemlich neu bei Linux und habe wirklich keine Ahnung, was ich die Hälfte der Zeit tue, wenn ich etwas mache. Ich habe jedoch angefangen, Quickly auszuprobieren, um zu sehen, ob ich ein kleines Programm zum Notizenmachen für den Unterricht machen kann. Das Problem ist, dass ich es nach dem Einstieg in Quickly nicht ausführen kann.
Ich kann erhalten:
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'
Darüber hinaus scheint dies jedoch nicht verfügbar zu sein. Ich habe Folgendes versucht:
quickly create ubuntu-application mybrowser
aber bekomme:
ERROR: No create command found.
Candidate commands are: commands, getstarted, help, quickly
Bitte lassen Sie mich wissen, wenn Sie Vorschläge zur Umsetzung oder passende Alternativen haben.