choosealicense.com
A site to provide non-judgmental guidance on choosing a license for your open source project
File Explorer
Download Latest Version (.zip)- devcontainer.json
- post-create.sh
- codeql.yml
- deploy.yml
- test.yml
- licenses.yml
- rules.yml
- ui.yml
- ui.yml
- licenses.yml
- rules.yml
- ui.yml
- licenses.yml
- rules.yml
- ui.yml
- licenses.yml
- rules.yml
- ui.yml
- licenses.yml
- rules.yml
- ui.yml
- licenses.yml
- rules.yml
- ui.yml
- README.md
- fields.yml
- meta.yml
- rules.yml
- responsive.css
- breadcrumbs.html
- footer.html
- header.html
- language-icon.svg
- language-selector.html
- license-overview.html
- rules-table.html
- sidebar.html
- t.html
- tmd.html
- using-sentence.html
- default.html
- license.html
- 0bsd.txt
- afl-3.0.txt
- agpl-3.0.txt
- apache-2.0.txt
- artistic-2.0.txt
- blueoak-1.0.0.txt
- bsd-2-clause-patent.txt
- bsd-2-clause.txt
- bsd-3-clause-clear.txt
- bsd-3-clause.txt
- bsd-4-clause.txt
- bsl-1.0.txt
- cc-by-4.0.txt
- cc-by-sa-4.0.txt
- cc0-1.0.txt
- cecill-2.1.txt
- cern-ohl-p-2.0.txt
- cern-ohl-s-2.0.txt
- cern-ohl-w-2.0.txt
- ecl-2.0.txt
- epl-1.0.txt
- epl-2.0.txt
- eupl-1.1.txt
- eupl-1.2.txt
- gfdl-1.3.txt
- gpl-2.0.txt
- gpl-3.0.txt
- isc.txt
- lgpl-2.1.txt
- lgpl-3.0.txt
- lppl-1.3c.txt
- mit-0.txt
- mit.txt
- mpl-2.0.txt
- ms-pl.txt
- ms-rl.txt
- mulanpsl-2.0.txt
- ncsa.txt
- odbl-1.0.txt
- ofl-1.1.txt
- osl-3.0.txt
- postgresql.txt
- unlicense.txt
- upl-1.0.txt
- vim.txt
- wtfpl.txt
- zlib.txt
- application.scss
- home-sprite.png
- home-sprite@2x.png
- app.js
- i18n.js
- FUNDING.yml
- .bower.json
- .editorconfig
- .gitignore
- .prettierignore
- bower.json
- component.json
- hint.base.css
- hint.base.min.css
- hint.css
- hint.min.css
- LICENSE
- package-lock.json
- package.json
- README.md
- about.md
- community.md
- no-permission.md
- non-software.md
- about.md
- community.md
- no-permission.md
- non-software.md
- about.md
- community.md
- no-permission.md
- non-software.md
- about.md
- community.md
- no-permission.md
- non-software.md
- about.md
- community.md
- no-permission.md
- non-software.md
- about.md
- community.md
- no-permission.md
- non-software.md
- README.md
- bootstrap
- check-approval
- cibuild
- generate-docs
- server
- ci_ruby_version_spec.rb
- i18n_spec.rb
- license_bom_spec.rb
- license_fields_spec.rb
- license_meta_spec.rb
- license_rules_spec.rb
- license_shown_spec.rb
- license_spec.rb
- license_wrap_spec.rb
- self_license_spec.rb
- spec_helper.rb
- .bowerrc
- .gitattributes
- .gitignore
- .gitmodules
- .rubocop.yml
- .ruby-version
- 404.md
- _config.yml
- about.md
- appendix.md
- bower.json
- CNAME
- CODE_OF_CONDUCT.md
- community.md
- CONTRIBUTING.md
- favicon.ico
- Gemfile
- Gemfile.lock
- index.html
- license-list-XML
- LICENSE.md
- licenses.html
- no-permission.md
- non-software.md
- Rakefile
- README.md
- robots.txt
- terms-of-service.md
- TRANSLATING.md
- WEBLATE.md
π Installation Guide
1. Get the code
git clone https://github.com/github/choosealicense.com
Downloads the entire project code from GitHub to your computer.
cd choosealicense.com
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Homebrew A package manager for macOS/Linux.
- APT (Debian/Ubuntu κ³μ΄) Built into Debian/Ubuntu-based Linux distributions.
brew install make cmake
Installs the pre-built package via Homebrew β no source build required.
sudo apt-get install make cmake
Installs directly from the APT package repository (Debian/Ubuntu-based).
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Ruby
EasyPrerequisites
bundle install
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
// repository documentation
Was this content helpful?
(0 ratings)
