Merge pull request #630 from cli/create-docs

Move docs to docs folder
This commit is contained in:
Billy Griffin 2020-03-10 15:08:13 -06:00 committed by GitHub
commit 601a934a99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 1 deletions

View file

@ -109,7 +109,7 @@ $ yay -S github-cli
Install a prebuilt binary from the [releases page][]
### [Build from source](/source.md)
### [Build from source](/docs/source.md)
[docs]: https://cli.github.com/manual
[scoop]: https://scoop.sh

1
docs/README.md Normal file
View file

@ -0,0 +1 @@
This folder is used for documentation related to developing `gh`. Docs for `gh` installation and usage are available at [https://cli.github.com/manual](https://cli.github.com/manual).