Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaslanjaka committed Oct 5, 2024
1 parent da4d4c5 commit 207336c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions releases/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Installation with command line interface

using `npm`
```bash
npm i hexo@https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo.tgz
npm i hexo@https://github.com/dimaslanjaka/hexo/raw/da4d4c57/releases/hexo.tgz
npm i hexo-asset-link@https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo-asset-link.tgz
npm i hexo-cli@https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo-cli.tgz
npm i hexo-front-matter@https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo-front-matter.tgz
Expand All @@ -29,7 +29,7 @@ npm i warehouse@https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/wareh

using `yarn`
```bash
yarn add hexo@https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo.tgz
yarn add hexo@https://github.com/dimaslanjaka/hexo/raw/da4d4c57/releases/hexo.tgz
yarn add hexo-asset-link@https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo-asset-link.tgz
yarn add hexo-cli@https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo-cli.tgz
yarn add hexo-front-matter@https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo-front-matter.tgz
Expand Down Expand Up @@ -72,7 +72,7 @@ package.json
{
"name": "your package name",
"resolutions": {
"hexo": "https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo.tgz",
"hexo": "https://github.com/dimaslanjaka/hexo/raw/da4d4c57/releases/hexo.tgz",
"hexo-asset-link": "https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo-asset-link.tgz",
"hexo-cli": "https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo-cli.tgz",
"hexo-front-matter": "https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo-front-matter.tgz",
Expand All @@ -94,7 +94,7 @@ package.json
{
"name": "your package name",
"overrides": {
"hexo": "https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo.tgz",
"hexo": "https://github.com/dimaslanjaka/hexo/raw/da4d4c57/releases/hexo.tgz",
"hexo-asset-link": "https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo-asset-link.tgz",
"hexo-cli": "https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo-cli.tgz",
"hexo-front-matter": "https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo-front-matter.tgz",
Expand Down

0 comments on commit 207336c

Please sign in to comment.