- To build Elvish from source, run one of the following commands:
- ```sh
- go install src.elv.sh/cmd/elvish@master # Install latest commit
- go install src.elv.sh/cmd/elvish@latest # Install latest released version
- go install src.elv.sh/cmd/[email protected] # Install a specific version
- ```