-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,13 @@ Blockly is a Google libraries that add visual programation for educational or be | |
No installation is required. Just open the application in your browser and start coding. | ||
|
||
### For offline usage | ||
#### Html file | ||
1. Download the `cc-tweaked_blockly-1.x.x.zip` file from the [releases](https://github.com/Sarxzer/cc-tweaked_blockly/releases/latest) | ||
2. Extract the files | ||
3. Open the `index.html` file in your browser | ||
4. Start coding | ||
|
||
#### Windows installer (DO NOT USE, IT IS NOT WORKING) | ||
1. Download the `cct_blockly_app-1.x.x.Setup.exe` file from the [releases](https://github.com/Sarxzer/cc-tweaked_blockly/releases/latest) | ||
2. Run the installer (Windows only) (Linux and MacOS users can run the application using the source code) | ||
3. For some reason, the installer does not create a desktop shortcut. You can create one manually by right-clicking on the desktop and selecting "New" > "Shortcut". Then, paste the following path: `C:\Users\%USERNAME%\AppData\Local\cc-tweaked_blockly\cc-tweaked_blockly.exe` | ||
|
@@ -47,12 +53,12 @@ This project was created to help beginners to learn how to code in Lua using Com | |
|
||
## License | ||
|
||
This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE.md) file for details | ||
This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details | ||
|
||
## Disclaimer | ||
|
||
This project is not affiliated with ComputerCraft:Tweaked or Google Blockly. It is an independent project created to help beginners to learn how to code in Lua using ComputerCraft:Tweaked. | ||
|
||
## Contact | ||
|
||
If you have any questions, feel free to contact me at [my email](mailto:[email protected]) or open an issue in this repository. | ||
If you have any questions, feel free to contact me at [my email](mailto:[email protected]) or open an issue in this repository. |