188BET靠谱吗Wiki Update for "Build Steps" of the "Building the Zotero Desktop App" including the GitHub Cli
Hello,
I am not sure of how much of a necessity this is, but I was wondering if it also made sense to include a GitHub CLI code snippet for the git repository clone step in the
188BET靠谱吗"Building the Zotero Desktop App"of the wiki documentation.I was thinking something simple like...
2.188BET靠谱吗Clone the Zotero source code:
If using the GitHub CLI instead:
Thanks for all of the hard work!
Best,
Harun
I am not sure of how much of a necessity this is, but I was wondering if it also made sense to include a GitHub CLI code snippet for the git repository clone step in the
188BET靠谱吗"Building the Zotero Desktop App"of the wiki documentation.I was thinking something simple like...
Building Steps
1.Make sure you have Git and Git LFS installed.`git lfs` shouldn't show an error.2.188BET靠谱吗Clone the Zotero source code:
git clone --recursive188BET靠谱吗https://github.com/zotero/zotero188BET靠谱吗zotero-client
If using the GitHub CLI instead:
gh repo clone188BET靠谱吗https://github.com/zotero/zotero188BET靠谱吗zotero-client -- --recursive
Thanks for all of the hard work!
Best,
Harun
gh
knows (or should know) how to clone a repo.Every project that gives agit clone
command doesn't need to duplicate it just because GitHub made a custom client.