Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

v1703.0.0

Compare
Choose a tag to compare
@rajivr rajivr released this 03 May 06:55
· 41 commits to master since this release

Installation

Thank you for using Lambda Machine Local.

You can use the following commands to install or upgrade:

On OS X

$ curl -L https://github.com/lambda-linux/lambda-machine-local/releases/download/v1703.0.0/lambda-machine-local-Darwin-x86_64 > /usr/local/bin/lambda-machine-local && \
  chmod +x /usr/local/bin/lambda-machine-local

On Linux

$ curl -L https://github.com/lambda-linux/lambda-machine-local/releases/download/v1703.0.0/lambda-machine-local-Linux-x86_64 > /tmp/lambda-machine-local && \
  chmod +x /tmp/lambda-machine-local && \
  sudo cp /tmp/lambda-machine-local /usr/local/bin/lambda-machine-local

On Windows with Git Bash or MSYS2

$ if [[ ! -d "$HOME/bin" ]]; then mkdir -p "$HOME/bin"; fi && \
  curl -L https://github.com/lambda-linux/lambda-machine-local/releases/download/v1703.0.0/lambda-machine-local-Windows-x86_64.exe > "$HOME/bin/lambda-machine-local.exe" && \
  chmod +x "$HOME/bin/lambda-machine-local.exe"

Checksum

  • lambda-machine-local-Darwin-x86_64
    • sha256 f667c44e4471b2e0b925df15b3e318bcc055696790654086ca75b1895199b734
    • md5 6ed590c86ce3a291a27c4bb52e3fa29c
  • lambda-machine-local-Linux-x86_64
    • sha256 3244b7937f1ecd5435a716eb1cb37a7cbdcb98bef4d948670103b7c44d9cef5b
    • md5 299296b6a60b924a5e1cfb7ec7d089ef
  • lambda-machine-local-Windows-x86_64
    • sha256 6047aa4b1617494e229658f1440a6bd95421f90c328d5f2ca3edbfe74eed388d
    • md5 1e4f0b86a50a78920734887719d68a96