Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Github -> GitHub

...

  1. Install the KRL Compiler using this command:
    1. npm install -g krl-compiler
    2. ensure that its version is at or beyond krl-compiler@0.26.4
    3. if you have an older version, use this command: npm update -g krl-compiler
  2. Create your git repository
  3. Navigate to <repository>/.git/hooks
  4. Install the pre-commit shell script from the Programming Tools Github GitHub repository by placing it in that directory; be sure it's executable

...