Skip to content

Commit 45a4e1d

Browse files
committed
README.md: Improve install notes
1 parent e53f48a commit 45a4e1d

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,20 @@ or network/web services), aiming to provide a large number of features with a
4343

4444
- Rust 1.35+
4545

46+
## Installation
47+
48+
To generate a new Abscissa application, install the `abscissa` CLI utility:
49+
50+
```
51+
$ cargo install abscissa
52+
```
53+
4654
## Usage
4755

48-
If you already have Rust installed, the following commands will generate an
49-
Abscissa application skeleton:
56+
After installing the `abscissa` CLI utility using the method above, run
57+
`abscissa new <my_app>` to generate a new application:
5058

51-
![abscissa new my_cool_app](https://raw.githubusercontent.com/iqlusioninc/abscissa/develop/img/abscissa-new-screenshot.png)
59+
<img src="https://raw.githubusercontent.com/iqlusioninc/abscissa/develop/img/abscissa-new-screenshot.png" width="400px">
5260

5361
This will generate a new Abscissa application in the `my_cool_app` directory.
5462
For more information, please see the [Documentation][docs-link].

img/abscissa-new.png

-1
This file was deleted.

img/abscissa-new.png

16.6 KB
Loading

0 commit comments

Comments
 (0)