We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa9d6e commit ab04edfCopy full SHA for ab04edf
1 file changed
README.md
@@ -28,14 +28,15 @@ npm run make
28
29
After building a **out** folder will be created. Copy the **run.sh** from the **Script** folder and paste it into **out/electron**
30
31
-Download and Paste the [Robotics-Academy tar.xz]() into **out/electron/roboticsacademy**
+Download and Paste the **Robotics-Academy tar.xz** into **out/electron/roboticsacademy**
32
33
## Usage
34
35
To run the App do the following
36
37
```
38
cd out/electron...
39
+cd script
40
chmod +x run.sh
41
./run.sh
42
0 commit comments