mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 22:57:20 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,19 +14,19 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Listen only on localhost:
|
||||
|
||||
`git instaweb --start --local`
|
||||
`git instaweb --start {{[-l|--local]}}`
|
||||
|
||||
- Listen on a specific port:
|
||||
|
||||
`git instaweb --start --port {{1234}}`
|
||||
`git instaweb --start {{[-p|--port]}} {{1234}}`
|
||||
|
||||
- Use a specified HTTP daemon:
|
||||
|
||||
`git instaweb --start --httpd {{lighttpd|apache2|mongoose|plackup|webrick}}`
|
||||
`git instaweb --start {{[-d|--httpd]}} {{lighttpd|apache2|mongoose|plackup|webrick}}`
|
||||
|
||||
- Also auto-launch a web browser:
|
||||
|
||||
`git instaweb --start --browser`
|
||||
`git instaweb --start {{[-b|--browser]}}`
|
||||
|
||||
- Stop the currently running GitWeb server:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user