Skip to content

Commit

Permalink
docs: update edge-cli version (#3254)
Browse files Browse the repository at this point in the history
* update edge-cli version

* docs: futureproof

---------

Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: Lenny Chen <[email protected]>
  • Loading branch information
3 people authored Jul 10, 2024
1 parent aa9378c commit fd62be5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@ Creating a content bundle provides several benefits that may address common use

## Create Content Bundle

1. Download Palette Edge Content CLI and assign the executable bit to the CLI.
1. Download Palette Edge CLI and assign the executable bit to the CLI. Refer to
[Palette Components Compatibility Matrix](../../../../component.md#palette-edge-cli-versions) to use the right
Palette Edge CLI version. This guide uses 4.4.2 as an example.

```shell
VERSION=4.3.0
VERSION=4.4.2
wget https://software.spectrocloud.com/stylus/v$VERSION/cli/linux/palette-edge
chmod +x palette-edge
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ Silicon, use the API approach instead.

### Instructions

1. Download Palette Edge Content CLI and assign the executable bit to the CLI.
1. Download Palette Edge CLI and assign the executable bit to the CLI. Refer to
[Palette Components Compatibility Matrix](../../../../component.md#palette-edge-cli-versions) to use the right
Palette Edge CLI version. This guide uses 4.4.2 as an example.

```shell
VERSION=4.1.2
VERSION=4.4.2
wget https://software.spectrocloud.com/stylus/v$VERSION/cli/linux/palette-edge
chmod +x palette-edge
```
Expand Down

0 comments on commit fd62be5

Please sign in to comment.