Guest User

Suggestted addition to dev.minetest.net/Installing_Mods

a guest
Apr 8th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Adding mods using Git:
  2. Mods stored in repository databases, such as github, can be installed and managed through git.
  3.  
  4. to install a new mod using git from the terminal, open the mods directory and use:
  5.  
  6. git clone <url of source>
  7.  
  8. To update an existing mod from the command line, navigate into the mod's directory and use:
  9.  
  10. git pull origin
Add Comment
Please, Sign In to add comment