caressofsteel / hugo-story

A (modular, highly tweakable) responsive one-page Hugo template.
Other
213 stars 73 forks source link

Fix possible typo in README #13

Closed shiki closed 3 years ago

shiki commented 3 years ago

The current instructions for copying the config.toml is this:

cp themes/hugo-story/exampleSite/config.toml/

But that turned out be an error when I tried it. This gets printed out in the terminal:

usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file target_file
       cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file ... target_directory

I believe the correct instruction is this:

cp themes/hugo-story/exampleSite/config.toml ./