Quick install 🚀
Setting up Metawork takes less than a minute and provides access to all features.
1. Install the Metawork CLI
eval "$(curl -fsSL get.metawork.com)"
2. Install Metawork-flavored language runtime
mw install ruby
mw install node
3. Run a tutorial script
ruby "$METAWORK_HOME/learn/ruby.rb"
node "$METAWORK_HOME/learn/node.js"
Follow the output of that script to view your first recording.
You're all set to use Metawork on your own code! The next step is to learn how to record your code.
Updated 8 months ago