You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -40,27 +40,27 @@ According to the instruction, we need to authenticate to the GitHub Packages wit
40
40
41
41
1. Create a personal access token
42
42
43
-
Follow personal "Settings" -> "Developer settings" -> "Personal access tokens" -> "Generate new token" path, the "Select scopes" must select "repo" and "read:packages" at least.
43
+
Follow personal ["Settings" -> "Developer settings" -> "Personal access tokens" -> "Generate new token"](https://github.com/settings/tokens/new) path, the "Select scopes" must select "repo" and "read:packages" at least.
44
44
45
-
1. Edit the ~/.npmrc, add a new line by the following content
45
+
1. Edit `~/.npmrc`, add a new line by the following content
1. Create or edit another .npmrcinside your project folder, in the same directory as the `package.json`, to include the following line specifying GitHub Packages and the account owner
51
+
1.For project owner: Create or edit `.npmrc`**inside your project folder**, in the same directory as the `package.json`, to include the following line specifying GitHub Packages and the account owner
0 commit comments