Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Jun 7, 2024
1 parent 502b4fc commit e06c7db
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 14 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ yarn starship:watch
#### Teardown 🛠️

```sh
# stop port forwarding (done by clean() too)
# yarn starship stop-ports

# stop ports and delete deployment
yarn starship stop
```
Expand Down
3 changes: 0 additions & 3 deletions clients/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ yarn starship:watch
#### Teardown 🛠️

```sh
# stop port forwarding (done by clean() too)
# yarn starship stop-ports

# stop ports and delete deployment
yarn starship stop
```
Expand Down
5 changes: 1 addition & 4 deletions clients/js/packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Stay tuned for a `create-cosmos-app` boilerplate! For now, this is the most reco
Install `@starship-ci/cli` and `starshipjs`

```sh
yarn add @starship-ci/cli starshipjs
yarn add --dev starshipjs @starship-ci/cli
```

Add your configuration files, similar to these:
Expand Down Expand Up @@ -119,9 +119,6 @@ yarn starship:watch
#### Teardown 🛠️

```sh
# stop port forwarding (done by clean() too)
# yarn starship stop-ports

# stop ports and delete deployment
yarn starship stop
```
Expand Down
3 changes: 0 additions & 3 deletions clients/js/packages/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ yarn starship:watch
#### Teardown 🛠️

```sh
# stop port forwarding (done by clean() too)
# yarn starship stop-ports

# stop ports and delete deployment
yarn starship stop
```
Expand Down
2 changes: 1 addition & 1 deletion clients/js/packages/starshipjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ NOTE: Before you code! You'll want to use the CLI tool ([`@starship-ci/cli`](htt
Install `@starship-ci/cli` and `starshipjs`

```sh
yarn add @starship-ci/cli starshipjs
yarn add --dev starshipjs @starship-ci/cli
```

Add your configuration files, similar to these:
Expand Down

0 comments on commit e06c7db

Please sign in to comment.