Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nviennot committed Aug 10, 2021
1 parent bd70325 commit 7fbe866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ sudo apt-get install -y curl xz-utils
cd ~

# This creates a fastfreeze directory in the current directory
curl -SL https://github.com/twosigma/fastfreeze/releases/download/v1.3.0-rc6/fastfreeze-v1.3.0-rc6.tar.xz | tar xJf -
curl -SL https://github.com/twosigma/fastfreeze/releases/download/v1.3.0/fastfreeze-v1.3.0.tar.xz | tar xJf -

# Optionally, you can make a fastfreeze symlink in ~/bin or /usr/local/bin for easy access.
ln -s $(pwd)/fastfreeze/fastfreeze ~/bin
Expand All @@ -213,7 +213,7 @@ RUN apt-get update
RUN apt-get install -y curl xz-utils

RUN set -ex; \
curl -SL https://github.com/twosigma/fastfreeze/releases/download/v1.3.0-rc6/fastfreeze-v1.3.0-rc6.tar.xz | \
curl -SL https://github.com/twosigma/fastfreeze/releases/download/v1.3.0/fastfreeze-v1.3.0.tar.xz | \
tar xJf - -C /opt; \
ln -s /opt/fastfreeze/fastfreeze /usr/local/bin; \
fastfreeze install
Expand Down

0 comments on commit 7fbe866

Please sign in to comment.