Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarxzer authored Mar 13, 2024
1 parent a643b08 commit 8cdf593
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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:nathan@sarxzer.xyz) or open an issue in this repository.
If you have any questions, feel free to contact me at [my email](mailto:nathan@sarxzer.xyz) or open an issue in this repository.

0 comments on commit 8cdf593

Please sign in to comment.