Skip to content

Commit fe84cc2

Browse files
authored
commands: Clarify that create or install a theme are two options
1 parent babcb33 commit fe84cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/new.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ func (c *newCommand) newSiteNextStepsText(path string, format string) string {
209209
1. Change the current directory to ` + path + `.
210210
2. Create or install a theme:
211211
- Create a new theme with the command "hugo new theme <THEMENAME>"
212-
- Install a theme from https://themes.gohugo.io/
212+
- Or, install a theme from https://themes.gohugo.io/
213213
3. Edit hugo.` + format + `, setting the "theme" property to the theme name.
214214
4. Create new content with the command "hugo new content `)
215215

0 commit comments

Comments
 (0)