jepsen-io / maelstrom

A workbench for writing toy implementations of distributed systems.
Eclipse Public License 1.0
3.05k stars 189 forks source link

Update wrapper script to account for potential symlinking #52

Closed Nezteb closed 1 year ago

Nezteb commented 1 year ago

Now the user can download the tarball, extract it wherever they want, and do:

sudo ln -s ~/maelstrom/maelstrom /usr/local/bin # as an example
maelstrom # now this will work

😄

aphyr commented 1 year ago

Thanks!