Skip to content
This repository was archived by the owner on Jul 3, 2025. It is now read-only.

Commit b6075f4

Browse files
authored
Merge pull request #25 from ignite/chore/correct-readme
chore: correct readme and build command output
2 parents 0221763 + 578aba2 commit b6075f4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
build:
44
@echo Building...
5-
@go build -o ./cli-plugin-network .
5+
@go build -o ./cli-plugin-network.app .
66

77
## mocks: generate mocks
88
mocks:

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# cli-plugin-network
22

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

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

7-
The plugin is integrated into Ignite CLI by default.
7+
The app is installed into Ignite CLI by default.
88

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

1111
## Developer instruction
1212

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

1717
Then repeat the following loop:
1818

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

0 commit comments

Comments
 (0)