Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
update README for master (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
prydonius authored and arapulido committed Feb 14, 2018
1 parent 0094ca5 commit f6514ea
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Guide](docs/react-developer-guide.md) for developer documentation.

### Prerequisites

- Node 9.3.0
- Yarn package manager
- Go 1.9
- A Kubernetes cluster with Kubeapps installed
- [Telepresence](https://telepresence.io)
* Node 9.3.0
* Yarn package manager
* Go 1.9
* A Kubernetes cluster with Kubeapps installed
* [Telepresence](https://telepresence.io)

### Setting up Kubeapps with additional services

Expand Down Expand Up @@ -53,7 +53,6 @@ your cluster to your local development server. Run the following commands:

```
cd ../dashboard
git checkout 2.0
yarn # install any new packages
telepresence --namespace kubeapps --method inject-tcp --swap-deployment kubeapps-dashboard-ui --expose 3000:8080 --run-shell
yarn run start # when telepresence returns a shell
Expand Down

0 comments on commit f6514ea

Please sign in to comment.