ispg-group / aiidalab-ispg

ATMOSPEC: ab initio UV/vis spectroscopy for everyone
MIT License
6 stars 4 forks source link

Bug: Typo in README.md (aiidalab-launch command 'profiles' not found) #212

Closed yoricklassmann closed 11 months ago

yoricklassmann commented 11 months ago

Tried to follow the installation guide included in the README and encountered the following error message:

$ aiidalab-launch profiles edit default
Usage: aiidalab-launch [OPTIONS] COMMAND [ARGS]...
Try 'aiidalab-launch -h' for help.

Error: No such command 'profiles'.

This should be corrected to profile, as the aiidalab-launch -h clearly states

Usage: aiidalab-launch [OPTIONS] COMMAND [ARGS]...

Options:
  -v, --verbose  Increase the output verbosity of the
                 launcher. Use '-vv' or '-vvv' for even
                 more verbose output
  -h, --help     Show this message and exit.

Commands:
  exec     Directly execute a command on an AiiDAlab...
  logs     Show the logs of a running AiiDAlab instance.
  profile  Manage AiiDAlab profiles.
  reset    Reset an AiiDAlab instance.
  start    Start an AiiDAlab instance on this host.
  status   Show AiiDAlab instance status and entry...
  stop     Stop an AiiDAlab instance on this host.
  version  Show the version of aiidalab-launch.
danielhollas commented 11 months ago

Thanks for the report! This was actually changed only a week ago in a new aiidalab-launch release. https://github.com/aiidalab/aiidalab-launch/releases/tag/v2023.1019

Feel free to submit a PR with a fix. :blush: