Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

How to download from github

Hello,

The only download link I found is here

https://github.com/vanilla/addons

Why there is no download inside each addon? Can that be added?

Or should I get a program to download from github?

Thanks

Comments

  • Options
    hgtonighthgtonight ∞ · New Moderator

    Github offers a zip download on the right hand side of the page:

    Alternatively, you can clone the repository via your favorite git client:

    git clone https://github.com/vanilla/addons
    

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • Options

    Yes thanks, I will use that.

  • Options
    R_JR_J Ex-Fanboy Munich Admin

    I also find it annoying that I have to download/clone a complete repo, when all I want to have is one directory (plugin) only. I did some research a few weeks ago because of that and found that:

    svn checkout https://github.com/foobar/Test/trunk/foo

  • Options

    Yes, but with what OS do you do that? Linux?

  • Options
    hgtonighthgtonight ∞ · New Moderator

    @R_J said:
    I also find it annoying that I have to download/clone a complete repo, when all I want to have is one directory (plugin) only.

    That is the beauty of distributed versioning systems. I prefer the single repo per plugin method purely for being able to clone a repo into the /plugins folder, but you could just symlink an addon into there (which is what I do currently).

    Yeah, there is overhead, but I feel like the benefits outweigh this.

    @kamaleon said:
    Yes, but with what OS do you do that? Linux?

    There are git clients available for every major OS. If you are new to git and on windows, I highly suggest SourceTree by Atlassian.

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

Sign In or Register to comment.