speakeasyjs / speakeasy

**NOT MAINTAINED** Two-factor authentication for Node.js. One-time passcode generator (HOTP/TOTP) with support for Google Authenticator.
MIT License
2.7k stars 228 forks source link

Create a Wiki for speakeasy #73

Closed railsstudent closed 7 years ago

railsstudent commented 7 years ago

I don't know how to make PR for wiki. Please go to https://github.com/railsstudent/speakeasy/wiki and have a look.

If you like it, please merge the wiki back to the repo.

Thanks,

Connie

mikepb commented 7 years ago

Great job on the wiki!

Since you have administrative rights for the main Speakeasy repo, you can merge the wiki yourself via git as well. The URL for the Speakeasy repo is:

https://github.com/speakeasyjs/speakeasy.wiki.git https://github.com/speakeasyjs/speakeasy.wiki.git

or via SSH:

git@github.com:speakeasyjs/speakeasy.wiki.git

You can check out your wiki using either of:

git clone https://github.com/railsstudent/speakeasy.wiki.git https://github.com/railsstudent/speakeasy.wiki.git git clone git@github.com:railsstudent/speakeasy.wiki.git

Then add the main repository:

git remote add upstream https://github.com/speakeasyjs/speakeasy.wiki.git https://github.com/speakeasyjs/speakeasy.wiki.git git remote add upstream git@github.com:speakeasyjs/speakeasy.wiki.git

Then push your changes:

git push upstream master

These instructions are for using command line git. If you are using the GitHub app, adjust accordingly.

For more information:

https://help.github.com/articles/about-github-wikis/ https://help.github.com/articles/about-github-wikis/ https://help.github.com/articles/adding-and-editing-wiki-pages-locally/ https://help.github.com/articles/adding-and-editing-wiki-pages-locally/

https://help.github.com/articles/connecting-to-github-with-ssh/ https://help.github.com/articles/connecting-to-github-with-ssh/ https://help.github.com/articles/pushing-to-a-remote/ https://help.github.com/articles/pushing-to-a-remote/

On Jan 20, 2017, at 5:32 AM, Connie Leung notifications@github.com wrote:

I don't know how to make PR for wiki. Please go to https://github.com/railsstudent/speakeasy/wiki https://github.com/railsstudent/speakeasy/wiki and have a look.

If you like it, please merge the wiki back to the repo.

Thanks,

Connie

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/speakeasyjs/speakeasy/issues/73, or mute the thread https://github.com/notifications/unsubscribe-auth/AAm4b9H1lO5DTs1jEvIwl3fxpOuW-kNXks5rULdxgaJpZM4LpToL.

railsstudent commented 7 years ago

Done.

markbao commented 7 years ago

@railsstudent Thanks for this, looks great.