Skip to content

Commit cabc92f

Browse files
authored
Update README.md (github#740)
1 parent e686047 commit cabc92f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ If you'd like to have a copy of the files to be served from a web server inside
2323
2. To test this looks okay, create some folders `mkdir -p test_site/kit`.
2424
3. Untar the release, `tar -xzf release-XXXXXXX.tgz -C test_site/kit`.
2525
4. Switch into the test_site directory, `cd test_site`.
26-
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_
27-
28-
## [Licenses](https://github.com/github/training-kit/blob/master/LICENSE)
26+
5. View the site:
27+
- For python version 2.x, run: `python -m SimpleHTTPServer`
28+
- For python version 3.x, run: `python -m http.server`
29+
- _Note: Some servers are more advanced than others and can handle redirects, smart recognition of `.html` files, etc_
2930

3031
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:
3132

0 commit comments

Comments
 (0)