Skip to content

Commit

Permalink
Add installation cmd for yarn
Browse files Browse the repository at this point in the history
Add installation cmd for yarn
  • Loading branch information
cjh0613 authored Aug 5, 2020
2 parents 49ad046 + 44025d0 commit cd0f9c5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ These three major search engines have occupied 97% of the global search engine m
npm install --save hexo-submit-urls-to-search-engine
```

or

```
yarn add hexo-submit-urls-to-search-engine
```

### 2.Edit hexo _config.yml
#### (1)hexo_submit_urls_to_search_engine

Expand Down Expand Up @@ -89,4 +95,4 @@ Google response: { urlNotificationMetadata:
'https://cjh0613.github.io',
type: 'URL_UPDATED',
notifyTime: '2020-06-12T05:37:25.701779228Z' } } }
```
```

0 comments on commit cd0f9c5

Please sign in to comment.