--- layout: none title: simple build tool tagline: is a minimally intrusive
build tool for Scala projects description: '' --- simple build tool {% include topbar.txt %}
Are you a unix/osx or a Windows user?

If you are running an unix-based operating system, open your terminal shell and enable execute permisions on the sbt script

$ chmod u+x sbt

Then run the install command to get the latest

$ sbt

Afterwards you can run the sbt command in any directory to create a new project.

If you're feeling adventurous, try our MSI installer.