Skip to content

Commit ed4ee47

Browse files
authored
Update README.md
1 parent 29a71d5 commit ed4ee47

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,14 @@ git config --global user.email "[email protected]"
130130
git config --global user.name "Your Name"
131131
```
132132

133-
134-
'Please make sure to create a [GitHub personal token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line) and to set it in the `GH_TOKEN` or `GITHUB_TOKEN` environment variable on your CI environment. The token must allow to push to the repository `{your_username/{your_empty_repo_name}.`',
135-
136-
137133
Open up issue #1 on your `https://github.com/{username}/{your_empty_repo_name}/issues` and complete all the tasks.
138134
and run
139135

140136
```bash
141137
npm install
142138
```
143-
144139
in order to get the package-lock.json
140+
141+
Before running `bun release`
142+
'Please make sure to create a [GitHub personal token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line) and to set it in the `GH_TOKEN` or `GITHUB_TOKEN` environment variable on your CI environment. The token must allow to push to the repository `{your_username/{your_empty_repo_name}.`',
143+

0 commit comments

Comments
 (0)