Skip to content

Commit

Permalink
doc: correct the sed command for macOS in release process docs
Browse files Browse the repository at this point in the history
  • Loading branch information
juanarbol committed Jan 28, 2023
1 parent 2f38c74 commit 3ed70b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/contributing/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,12 @@ and substitute this node version with
sed -i "s/REPLACEME/$VERSION/g" doc/api/*.md
```

For macOS use

```console
sed -i "" "s/REPLACEME/$VERSION/g" doc/api/*.md
```

or

```console
Expand Down

0 comments on commit 3ed70b7

Please sign in to comment.