Skip to content

Commit

Permalink
chore: correct readme and build command output
Browse files Browse the repository at this point in the history
  • Loading branch information
jeronimoalbi committed Nov 23, 2023
1 parent 0221763 commit 578aba2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

build:
@echo Building...
@go build -o ./cli-plugin-network .
@go build -o ./cli-plugin-network.app .

## mocks: generate mocks
mocks:
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# cli-plugin-network

`cli-plugin-network` is a plugin developed for [Ignite CLI](https://github.com/ignite/cli).
`cli-plugin-network` is an app developed for [Ignite CLI](https://github.com/ignite/cli).

The plugin adds `ignite network` commands that allow launching new Cosmos blockchains by interacting with the Ignite Chain to coordinate with validators.
The Ignite App adds `ignite network` commands that allow launching new Cosmos blockchains by interacting with the Ignite Chain to coordinate with validators.

The plugin is integrated into Ignite CLI by default.
The app is installed into Ignite CLI by default.

[**Check out our documentation for launching chains with the commands**](https://docs.ignite.com/nightly/network/introduction)

## Developer instruction

- clone this repo locally
- Run `ignite plugin add -g /absolute/path/to/cli-plugin-network` to add the plugin to global config
- `ignite network` command is now available with the local version of the plugin.
- Clone this repo locally
- Run `ignite app install -g /absolute/path/to/cli-plugin-network` to add the app to global config
- The `ignite network` command is now available with the local version of the app

Then repeat the following loop:

- Hack on the plugin code
- Rerun `ignite network` to recompile the plugin and test
- Rerun `ignite network` to automatically recompile the app and test

0 comments on commit 578aba2

Please sign in to comment.