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

v1703.1.0

Compare
Choose a tag to compare
@rajivr rajivr released this 23 Jun 14:06
· 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.1.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.1.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.1.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 17173b487fc9cef4bcf13f6bf58085b3f6dac8e787f9099ab7b2d26f8cf502ba
    • md5 f21800b02d22f6e256251e33484d8e34
  • lambda-machine-local-Linux-x86_64
    • sha256 33cba692547701054b929fc736cff300526b1891afc1ef2f468057d32f46f72a
    • md5 148f46d50183ec7e5d7a60626bc81c2f
  • lambda-machine-local-Windows-x86_64
    • sha256 d310d50fc834cf9084844d569baa0afa8d467a1dfbb08d9c6ec066534a36e173
    • md5 f1c1359a0d475a1af8bdc0fb75deac60