zthxxx / hexo-theme-Wikitten

A theme of Hexo for personal wiki which seems like Wikitten style.
https://wiki.zthxxx.me/
MIT License
682 stars 133 forks source link

安装介绍中,文件夹拷贝建议用 cp -r 而不是在文件后面加* #2

Closed fxtayj closed 7 years ago

fxtayj commented 7 years ago

引用:

Install

Wikitten theme requires Hexo 3.0 or late.

$ cd your-hexo-directory
$ git clone https://github.com/zthxxx/hexo-theme-Wikitten.git themes/Wikitten
$ cp themes/Wikitten/_source/* source/
$ cp themes/Wikitten/_scaffolds/* scaffolds/

这里mac下建议用cp -r 命令,不然目标文件夹下的子文件夹不会被拷贝。

➜  $ cp themes/Wikitten/_source/* source/
cp: themes/Wikitten/_source/about is a directory (not copied).
cp: themes/Wikitten/_source/categories is a directory (not copied).
cp: themes/Wikitten/_source/tags is a directory (not copied).
zthxxx commented 7 years ago

Very thankful!

I have updated the README and package files.