Install

    Before installing etcd, see the following pages:

    The easiest way to install etcd is from pre-built binaries:

    1. Download the compressed archive file for your platform from Releases, choosing release or later.

    2. Unpack the archive file. This results in a directory containing the binaries.

    3. From a shell, test that etcd is in your path:

    If you have Go version 1.16+, you can build etcd from source by following these steps:

    1. and unzip it, or clone the repo using the following command.

        To build from , omit the -b v3.5.0 flag.

      1. Run the build script:

        1. $ ./build.sh

        The binaries are under the directory.

      2. Add the full path to the bin directory to your path, for example:

      3. Test that etcd is in your path: