As the documentation got moved to
https://github.com/siderolabs/docs/tree/main/public/talos, drop the
documentation from Talos repository to avoid confusion.
Leave only generated reference docs for now.
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
Signed-off-by: Steve Francis <steve.francis@talos-systems.com>
Replaced multiple curl examples to get the correct talosctl with a curl that executes the install script.
This install script detects the platform and architecture, and downloads the correct talosctl, and checks the gpg checksums.
It also installs and chmods the binary.
Signed-off-by: Andrew Rynhard <andrew@rynhard.io>