komodorio / validkube

ValidKube combines the best open-source tools to help ensure Kubernetes YAML best practices, hygiene & security.
https://validkube.com
Apache License 2.0
759 stars 59 forks source link

Clarified README #42

Closed J00MZ closed 1 year ago

J00MZ commented 1 year ago

Clarified README

  1. Divided the tools prerequisites list into two categories, one for System-wide OS requirements and one for k8s specific CLI tools
  2. Added links to the respective pages documenting the installation for each tool.
  3. Cleaned up deploy and local installation section
    • Removed extra spaces before shell commands
    • Added quotes around the environment variable value to ensure special chars are ignored by shell
nirsht commented 1 year ago

@J00MZ Thank you!