mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
Merge branch 'gh-pages' into patch-1
This commit is contained in:
commit
ad320596df
@ -16,7 +16,7 @@ We catalog [select](CONTRIBUTING.md#adding-a-license) open source licenses with
|
|||||||
|
|
||||||
### Managing Dependencies
|
### Managing Dependencies
|
||||||
|
|
||||||
It may be the case that your system doesn't have the required dependencies. You will need `cmake` and `make` installed on your computer.
|
It may be the case that your system doesn't have the required dependencies. You will need `cmake` and `make` installed on your computer.
|
||||||
|
|
||||||
For MacOS, use Homebrew to update your dependencies (install Homebrew from <https://brew.sh/>):
|
For MacOS, use Homebrew to update your dependencies (install Homebrew from <https://brew.sh/>):
|
||||||
```bash
|
```bash
|
||||||
@ -29,8 +29,6 @@ sudo apt-get install make cmake
|
|||||||
|
|
||||||
### Installing and Running the tool
|
### Installing and Running the tool
|
||||||
|
|
||||||
Note that the third command (`./script/bootstrap`) may require you to use `sudo` access for installation. Add `sudo` right before the third command, if need be, but don't use root access.
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/github/choosealicense.com.git
|
git clone https://github.com/github/choosealicense.com.git
|
||||||
cd choosealicense.com
|
cd choosealicense.com
|
||||||
@ -40,6 +38,8 @@ cd choosealicense.com
|
|||||||
|
|
||||||
Open `http://localhost:4000` in your favorite browser.
|
Open `http://localhost:4000` in your favorite browser.
|
||||||
|
|
||||||
|
If you encounter any issues with the above steps, please refer to the official [Jekyll](https://jekyllrb.com/docs/) documentation and this [guide on running Jekyll as a non-superuser](https://jekyllrb.com/docs/troubleshooting/#no-sudo) for more detailed installation instructions.
|
||||||
|
|
||||||
## Adding a license
|
## Adding a license
|
||||||
|
|
||||||
For information on adding a license, see [the CONTRIBUTING file](https://github.com/github/choosealicense.com/blob/gh-pages/CONTRIBUTING.md#adding-a-license).
|
For information on adding a license, see [the CONTRIBUTING file](https://github.com/github/choosealicense.com/blob/gh-pages/CONTRIBUTING.md#adding-a-license).
|
||||||
|
@ -20,7 +20,9 @@ class Choosealicense
|
|||||||
qtip_position:
|
qtip_position:
|
||||||
my: "top center"
|
my: "top center"
|
||||||
at: "bottom center"
|
at: "bottom center"
|
||||||
|
viewport: $(window)
|
||||||
|
adjust:
|
||||||
|
method: 'shift shift'
|
||||||
# Annotation rule types as defined in `_config.yml`
|
# Annotation rule types as defined in `_config.yml`
|
||||||
ruletypes:
|
ruletypes:
|
||||||
permissions: "Permission"
|
permissions: "Permission"
|
||||||
|
0
assets/vendor/qtip2/bower.json
vendored
Executable file → Normal file
0
assets/vendor/qtip2/bower.json
vendored
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user