Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xjh22222228 authored Oct 27, 2023
1 parent 46cbfa7 commit add91d8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,17 @@ Its as easy as counting numbers "3 2 1" that simple!
#### Method one (github-pages free)
1、Fork the current project.

2、[https://github.com/settings/tokens](https://github.com/settings/tokens) apply for a token, check the corresponding permissions, if you don’t understand, select all, copy and save the token.
2、Click on the `main` branch on the warehouse page and enter `image` in the input box to create a branch. Otherwise, uploading images will result in a 404 phenomenon.

3、https://github.com/username/nav/settings/secrets/actions/new Create a new application token, name fill in TOKEN (All are uppercase).
3、[https://github.com/settings/tokens](https://github.com/settings/tokens) apply for a token, check the corresponding permissions, if you don’t understand, select all, copy and save the token.

4、Go to https://github.com/username/nav/actions click "Green Button"
4、https://github.com/username/nav/settings/secrets/actions/new Create a new application token, name fill in TOKEN (All are uppercase).

5、Be sure to modify the project configuration file [nav.config.ts](nav.config.ts)
5、Go to https://github.com/username/nav/actions click "Green Button"

6、After 5 minutes, open https://username.github.io/nav , you will see a very powerful navigation website.
6、Be sure to modify the project configuration file [nav.config.ts](nav.config.ts)

7、After 5 minutes, open https://username.github.io/nav , you will see a very powerful navigation website.

### Method 2 (Free Vercel)
The steps are the same as the first method, except that the fourth step is not needed.
Expand Down

0 comments on commit add91d8

Please sign in to comment.