Files
scratch-link4linux/README.md
2024-01-13 14:55:03 +01:00

16 lines
426 B
Markdown

# 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 .
```