Skip to content

Commit

Permalink
Remove outdated Hugo binary instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
markdumay committed May 30, 2023
1 parent bfac434 commit 1fc352e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions content/en/docs/0.9/getting-started/commands.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Commands
description: Use npm commands to automate the build process and to keep track of dependencies.
date: 2023-01-11
date: 2023-05-30
layout: docs
---

Expand Down Expand Up @@ -59,14 +59,6 @@ Use the following command to test for any available upgrades of used packages. T
npm run upgrade
{{% /command %}}

The `npx` command does not validate the version of the Hugo binary. The version needs to be manually updated in the `package.json` file.

```json
"otherDependencies": {
"hugo": "0.109.0"
}
```

Be sure to install the upgraded dependencies if needed:

{{% command %}}
Expand Down

0 comments on commit 1fc352e

Please sign in to comment.