Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README with new instructions for git import #101

Merged
merged 1 commit into from
Oct 10, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ After pressing the Export button - select directory where the result should be s
## Import
To perform the import go to menu `File > CrowdAnki: Import from disk` and select the directory where the deck is stored.

## Import from GitHub
To get the deck from GitHub go to menu `File > CrowdAnki: Import from GitHub` and enter GitHub username and repository name in suggested format.
## Import from git
To get the deck from a git repository (such as GitHub) go to menu `File > CrowdAnki: Import git repository` and enter the repository's full URL.

So, for example, to get my [git deck](https://github.com/Stvad/Software_Engineering__git) you would need to enter Stvad/Software_Engineering__git.
So, for example, to get my [git deck](https://github.com/Stvad/Software_Engineering__git) you would need to enter `https://github.com/Stvad/Software_Engineering__git`.

### Things to note for the Import:
* Automatic backup would be triggered prior to the import;
Expand Down