Commit Graph

13 Commits

Author SHA1 Message Date
Syrus
e5d0b377c1 Improved install script 2019-04-11 15:05:14 -07:00
Ryan Jacobs
d5aed44671
bugfix: Replace echo with printf so "\n" renders.
notes:
  I could have used the -e flag in echo, however other lines
  nearby use printf so I figured it would be smart to stay consistent.

  Also, I see the usage of `command printf`. Not 100% if this is
  necessary. I don't see why printf would be redefined in the shell.
  If we're doing this, then we might as well prefix every call
  to a builtin or binary with `command` _just to be safe_.
2019-02-26 13:19:57 -08:00
Syrus
fdb2a67579 Added cache into standalone app 2019-02-22 11:42:36 -08:00
Steve Akinyemi
d90ad6ebf6 Refactor and remove bash-specific syntax 2018-12-12 01:10:58 +01:00
Syrus Akbary
35b07ea9a3 Updated install script to use .wasmer/wasmer.sh 2018-11-27 23:19:51 -08:00
Syrus Akbary
f186ed8534 Added self-update command 2018-11-25 21:31:32 -08:00
Syrus Akbary
3ea37dcc59 Updated references from wafoundation to wasmerio 2018-11-21 22:19:14 -08:00
Syrus Akbary
92d8de7df7 Improved a bit more the install script 2018-11-14 20:00:14 -08:00
Syrus Akbary
1ebc51eeb7 Improve install script with better cursor positioning text 2018-11-14 14:58:28 -08:00
Syrus Akbary
9ffbf54a18 Improved install wasmer logo 2018-11-13 18:29:42 -08:00
Syrus Akbary
b31b086273 Improved wasmer logo 2018-11-13 18:07:18 -08:00
Syrus Akbary
fa24424126 Improved install script showing the download progress bar 2018-11-13 16:06:06 -08:00
Syrus Akbary
fd90ee9bd2 Added first iteration of the install script 2018-11-13 15:48:58 -08:00