Yukuro / hugo-theme-shell

Hugo Shell theme : Terminal-like theme with selectable color schemes.
https://hugo-theme-shell-example.vercel.app/
MIT License
327 stars 109 forks source link

Fix invalid copy command in docs #25

Closed SyedAhkam closed 2 years ago

SyedAhkam commented 2 years ago

cp commands expects a destination argument which was missing.

Running as it is, throws this error:

$ cp ./themes/hugo-theme-shell/layouts/index.html
cp: missing destination file operand after './themes/hugo-theme-shell/layouts/index.html'
Try 'cp --help' for more information.
Yukuro commented 2 years ago

Thanks for the PR. I'll merge.