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

v1801.0.0

Compare
Choose a tag to compare
@rajivr rajivr released this 02 Jan 15:47
· 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/v1801.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/v1801.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/v1801.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 d78d60a189c7208ff09f42af6f973334042172719584d22461ea0cb5477a60f0
    • md5 2fbf96281949199d188f553e84de420a
  • lambda-machine-local-Linux-x86_64
    • sha256 5202226afd1bae06605aa5761bfbcbf2989331dc5e54e87915acba1c88a95bd1
    • md5 84f07c14e3500e5824e944e14a59dd3f
  • lambda-machine-local-Windows-x86_64
    • sha256 1dcfa771fefaaaec2c3405b0f271e83be64196a7360d75eb7c0b6b486efee992
    • md5 f7133fb90f2707c694a74e0e6346e923