mirror of
https://github.com/lucarin91/scratch-link4linux.git
synced 2025-09-05 17:20:21 +02:00
initial commit
This commit is contained in:
15
README.md
Normal file
15
README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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 .
|
||||
```
|
Reference in New Issue
Block a user