diff --git a/README.md b/README.md index ae69a0e..b2d7169 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,21 @@ Helper tools to move all you repos from GitHub into GitFlic ## Installation -```commandline -pip install -r requirements.txt +```shell +# Shell + +$ pip install -r requirements.txt ``` ## Usage -```commandline +Get GitHub token from: https://github.com/settings/tokens \ +Get GitFlic token from: https://gitflic.ru/settings/oauth/token + +```shell +# Shell + python main.py \ --token= \ --dst_folder= \ @@ -19,4 +26,4 @@ python main.py \ --is_private= ``` -The script if gonna clone all the repos for a given access token under dst_folder/org_name/repo_name \ No newline at end of file +The script if going to clone all the repos for a given access token under `dst_folder/org_name/repo_name`.