Add Hello world via configlet

If I try to add hello-world as described in the docs, I get:

$  ./bin/configlet sync --update --yes --docs --metadata --exercise hello-world

The `-e, --exercise` option was used to specify an exercise slug, but `hello-world` is not an slug in the track config:
/home/cwillner/projects/exercism/contribution/sqlite/config.json

But ./bin/configlet create --practice-exercise hello-world worked just fine

1 Like

Ah. Those docs are outdated. Create is definitely the way to go now. I’ll update the docs next week

I’ve created a PR: configlet create usage by ErikSchierboom · Pull Request #488 · exercism/docs · GitHub