Skip to content

Commit

Permalink
docs: escaped pipe in table
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Jun 24, 2024
1 parent 8ec2753 commit b28ac92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ Install our demo repository, `instl-demo`, to see instl in action. If successful

| Platform | Command |
| -------- |------------------------------------------------------------|
| Windows | <code>iwr instl.sh/installer/instl-demo/windows</code> | iex |
| macOS | <code>curl -sSL instl.sh/installer/instl-demo/macos</code> | bash |
| Linux | <code>curl -sSL instl.sh/installer/instl-demo/linux</code> | bash |
| Windows | <code>iwr instl.sh/installer/instl-demo/windows \| iex</code> |
| macOS | <code>curl -sSL instl.sh/installer/instl-demo/macos \| bash</code> |
| Linux | <code>curl -sSL instl.sh/installer/instl-demo/linux \| bash</code> |


## Usage
Expand Down

0 comments on commit b28ac92

Please sign in to comment.