Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 546 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 546 Bytes

To use,

  1. Install Visual Studio Code with the Metals extension
  2. Install scala-cli
  3. Clone this repository:
git clone https://github.com/spamegg1/scala-toolkit-tutorial
  1. Open the folder and set it up for use with scala-cli and VS Code:
cd scala-toolkit-tutorial
scala-cli setup-ide .
  1. Open the folder in VS Code:
code .