Skip to content

Commit 846860c

Browse files
authored
remove line breaks between list items
1 parent 69c3e66 commit 846860c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,35 +13,26 @@ This repository currently contains the Git and GitHub Cheatsheets. If you're loo
1313
## Projects Used in Training-Kit
1414

1515
- We use [Jekyll](https://jekyllrb.com/) and [Markdown](https://guides.github.com/features/mastering-markdown/).
16-
1716
- Our content is styled using the [Primer CSS toolkit](https://github.com/primer/primer-css).
1817

1918
## Packaging for Viewing Behind Your Firewall
2019

2120
If you'd like to have a copy of the files to be served from a web server inside of your firewall, start by running `script/package`.
2221

2322
1. Run `script/package` to create a release tarball. This will be in the format `release-XXXXXXX.tgz` for you to take wherever you want.
24-
2523
2. To test this looks okay, create some folders `mkdir -p test_site/kit`.
26-
2724
3. Untar the release, `tar -xzf release-XXXXXXX.tgz -C test_site/kit`.
28-
2925
4. Switch into the test_site directory, `cd test_site`.
30-
3126
5. View the site with `python -m SimpleHTTPServer`. _Note: Some servers are more advanced than others and can handle redirects, smart recognition of `.html` files, etc_
3227

3328
## [Licenses](https://github.com/github/training-kit/blob/master/LICENSE)
3429

3530
Site content is licensed under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/). CC-BY-4.0 gives you permission to use the content for almost any purpose but does not grant you any trademark permissions, so long as you note the license and give credit, such as follows:
3631

3732
> Content based on
38-
3933
> <a href="https://github.github.com/training-kit/">github.github.com/training-kit/</a>
40-
4134
> used under the
42-
4335
> <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY-4.0</a>
44-
4536
> license.</a>
4637
4738
Code used to build and test the site as well as code samples on the site, if any, are licensed under [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/legalcode). CC0 waives all copyright restrictions but does not grant you any trademark permissions.

0 commit comments

Comments
 (0)