Fixes PR13655

This commit is contained in:
Jay McCarthy 2013-04-06 14:31:34 -06:00
parent a97ff69cd0
commit 06767ab8c3

View File

@ -462,18 +462,11 @@ or @secref["manual-deploy"].
@subsection[#:tag "github-deploy"]{GitHub Deployment} @subsection[#:tag "github-deploy"]{GitHub Deployment}
First, @link["https://github.com/signup/free"]{create a free account} on GitHub, First, @link["https://github.com/signup/free"]{create a free account}
then @link["https://github.com/new"]{create a repository for your on GitHub, then
package} (@link["https://help.github.com/articles/create-a-repo"]{documentation}). @link["https://help.github.com/articles/create-a-repo"]{create a
Initialize the Git repository locally and do your first push like this: repository for your package}. After that, publish your package source
as:
@commandline{git init}
@commandline{git add *}
@commandline{git commit -m "First commit"}
@commandline{git remote add origin https://github.com/@nonterm{user}/@nonterm{package}.git}
@commandline{git push -u origin master}
Now, publish your package source as:
@inset{@exec{github://github.com/@nonterm{user}/@nonterm{package}/@nonterm{branch}}} @inset{@exec{github://github.com/@nonterm{user}/@nonterm{package}/@nonterm{branch}}}