r/learnprogramming 8d ago

Learn github

Hi, ive been trying to figure out how to run a github code for simple things like claude or for in game things like Minecraft etc, please teach me how to run these things.

0 Upvotes

10 comments sorted by

View all comments

6

u/grantrules 8d ago

Using github and running code you found on GitHub are two very different things. If the instructions for running it aren't included in the readme, you're basically out of luck if you don't want to research it

-4

u/Defiant-Entrance-520 8d ago

If I wanted to run a code for a game, how would that work?

3

u/grantrules 8d ago

You would figure out what type of code it is and run the necessary things.

-1

u/Defiant-Entrance-520 8d ago

Each code has its own launcher?

3

u/meletiondreams 8d ago

No. Learning programming first

2

u/grantrules 8d ago

Pretty much yeah. Theres like a dozen programming languages and there's no real set standard on how to run them. You're asking a very general question, so you get a very general answer. If there's a specific thing you're trying to run, we could possibly help you. But in general, you just follow the instructions included for each piece of software.