-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #284 from wildyelir/patch-1
Update command-line-interface.md
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
src/main/resources/markdown/dev_doc/tools/command-line-interface.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[https://convex-dev.github.io/convex/convex-cli](https://convex-dev.github.io/convex/convex-cli) | ||
[https://github.com/Convex-Dev/convex/tree/develop/convex-gui](https://github.com/Convex-Dev/convex/tree/develop/convex-gui) | ||
|
||
The Command Line Interface is a Java terminal application providing: | ||
The Convex graphical user interface (GUI) is a Java terminal application providing: | ||
|
||
- Key pair management | ||
- Account management | ||
- Client operations, such as running transactions | ||
- Peer management, running local nodes in isolation or synced with the test network | ||
|
||
Project is maintained in the [core Github repository](https://github.com/Convex-Dev/convex) under module `convex-cli`. | ||
Project is maintained in the [core Github repository](https://github.com/Convex-Dev/convex) under module `convex-gui`. |