diff --git a/README.md b/README.md index d7938c3..dfcfb2d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ jobs: # [required] # Install path for Bazelisk binaries, defaults to ./.local/bin bazel-install-path: './.local/bin' + # [required] + # The OS of the system that wishes to install Bazelisk. Can be 'darwin' or 'linux' + os: 'linux' ``` ## License