# Scratch-link for Linux >**Note:** This repositiory is in early stage and not all features are yet implemented. This project is a linux implementation of the [Scratch Link](https://github.com/scratchfoundation/scratch-link). ## How to run Make sure [golang](https://go.dev/doc/install) is installed in you machine. Open a terminal navigate to the project directory, then run the following command: ```bash go run . ```