This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
DubbelSoftware's profile picture

How works Github downloading?

Started by DubbelSoftware, 16 April 2017 - 06:11 PM
DubbelSoftware #1
Posted 16 April 2017 - 08:11 PM
Hello,

I am searching how Github with the HTTP API works, but i cant find anything.
So i want to ask how to download raw files from github to CC computers.
I am ran out of pastebin unlisted posts. So i am thinking about using github.

-DubbelSoftware
Exerro #2
Posted 17 April 2017 - 12:40 PM
1) Go to file on GitHub, e.g. DubbelSoftware/computercraft-bootz/1.0 > 1.1
2) Click 'raw':
3) Copy URL into CC, try wget <url> <file>, you'll see it downloaded as <file>.
Edited on 17 April 2017 - 10:42 AM
DubbelSoftware #3
Posted 17 April 2017 - 07:33 PM
1) Go to file on GitHub, e.g. DubbelSoftware/computercraft-bootz/1.0 > 1.1
2) Click 'raw':
3) Copy URL into CC, try wget <url> <file>, you'll see it downloaded as <file>.

Thanks, - DubbelSoftware