mirror of
https://github.com/lucarin91/scratch-link4linux.git
synced 2026-01-06 18:20:08 +01:00
16 lines
426 B
Markdown
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 .
|
|
```
|