Easy steps to install arturo package on Mac

Package Information:

Application Name – arturo
What is arturo – View the profiles of people named Arturo Mac. Join Facebook to connect with Arturo Mac and others you may know. Facebook gives people the power to share…
Use of arturo – Simple, modern and portable programming language for efficient scripting
URL – https://github.com/arturo-lang/arturo

Installation Steps:

  1. Open Terminal using Spotlight search by pressing <command+space>. Type terminal and hit Enter key.
  2. spotlight search terminal

  3. Now, run following command to install homebrew (brew)
  4. ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

    Homebrew Install Command Screenshot

  5. Install arturo using brew
    brew install arturo

arturo is ready to use now!