Skip to content

Commit f56409b

Browse files
committed
update readme
1 parent 7ff8b90 commit f56409b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
[![Python package](https://github.com/AlphaBeta1906/pyGinit/actions/workflows/python-package.yml/badge.svg)](https://github.com/AlphaBeta1906/pyGinit/actions/workflows/python-package.yml)
21
![GitHub](https://img.shields.io/github/license/AlphaBeta1906/pyGinit?style=flat-square)
32
# pyGinit
43

@@ -32,6 +31,10 @@ pyginit set-auth <YOUR_GITHUB_TOKEN> <YOUR_GITHUB_USERNAME>
3231
```
3332
use the same command to change your auth value
3433

34+
if you dont know how to get your github token, you can see [this](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token)
35+
36+
all your token are save in `.pyGinitconfig.ini` at home path, so you will be secure
37+
3538
### repository initalization :
3639

3740
go to your project directory where you want to create local and remote repository for it. and then type :
@@ -47,7 +50,6 @@ _Note: make sure the directory is not a local git repository_
4750
## Contributing
4851
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
4952

50-
Please make sure to update tests as appropriate.
5153

5254
## License
5355
[MIT](https://github.com/AlphaBeta1906/pyGinit/blob/master/LICENSE)

0 commit comments

Comments
 (0)