Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit baf4d6c

Browse files
authored
Merge pull request #3328 from amina-deriv/binary_bot_readme_update
readme_typo_fixes
2 parents f891864 + d159c5c commit baf4d6c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,13 @@ git push origin BRANCH_NAME
7979
## Deploying to local gh-pages
8080
You can set up your GitHub Pages to deploy your repository.
8181

82-
1. Run the command below in your project directory.
82+
1. First you need to set up custom domain. Go to ```https://github.com/YOUR_GITHUB_USERNAME/binary-bot/settings/pages``` and set your custom domain to ```YOUR_GITHUB_NAME.binary.sx```
83+
84+
2. Run the command below in your project directory.
8385
```
8486
npm run release --branch [branchname] # can contain /
8587
```
86-
2. Now, your repository can be found at http://<username>.github.io/<repository-name>/<branch-name>
88+
3. Now, your repository can be found at ```https://YOUR_CUSTOM_DOMAIN/BRANCH_NAME```
8789
## Deployment/Release
8890

8991
```
@@ -94,7 +96,7 @@ npm run release-production # to release it to production
9496
## To update to latest version
9597

9698
```
97-
git pull --rebase upstream dev
99+
git pull --rebase upstream master
98100
npm install
99101
```
100102
## Running the CLI command

0 commit comments

Comments
 (0)