Skip to content

Commit

Permalink
Fix README.md list numbers
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Torchia <[email protected]>
  • Loading branch information
torchiaf committed Jun 29, 2023
1 parent ff1d909 commit a7a08c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Node 16.15.0 or lower, `yarn`
1) UI Dev Only Step - Setup the Rancher Dashboard repo
- Clone https://github.com/rancher/dashboard and checkout `epinio-dev`
- Run `cd shell && yarn link`
1) Clone https://github.com/epinio/ui and checkout `main`
1) UI Dev Only Step - Link in Rancher Dashboard packages
2) Clone https://github.com/epinio/ui and checkout `main`
3) UI Dev Only Step - Link in Rancher Dashboard packages
- Run `cd <epini/ui root>/dashboard && yarn link @rancher/shell`
1) Run `yarn install`
1) Run `EXCLUDES_PKG=harvester,rancher-components EXCLUDE_OPERATOR_PKG=true RANCHER_ENV=epinio API=https://localhost:5443 yarn dev`
4) Run `yarn install`
5) Run `EXCLUDES_PKG=harvester,rancher-components EXCLUDE_OPERATOR_PKG=true RANCHER_ENV=epinio API=https://localhost:5443 yarn dev`

## Getting Started - Run in embedded Mode
Update to follow

0 comments on commit a7a08c5

Please sign in to comment.