Skip to content

Commit 88c3220

Browse files
docs: Update README.md
1 parent 88aff72 commit 88c3220

File tree

1 file changed

+23
-27
lines changed

1 file changed

+23
-27
lines changed

README.md

Lines changed: 23 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -52,30 +52,6 @@ Roughly aims to support the following language server features (some are experim
5252

5353
## Roughly CLI
5454

55-
### Installation
56-
57-
You can install the Roughly CLI by downloading a pre-built binary or by building from source.
58-
59-
#### Download Binary (Recommended)
60-
61-
Download the pre-built binary for your platform from the [releases page](https://github.com/felix-andreas/roughly/releases).
62-
63-
#### Install with Cargo
64-
65-
If you have [Cargo](https://www.rust-lang.org/tools/install) installed, install Roughly with:
66-
67-
```sh
68-
cargo install --git https://github.com/felix-andreas/roughly roughly
69-
```
70-
71-
#### Build from Source
72-
73-
Alternatively, build from source:
74-
75-
```sh
76-
cargo build --release
77-
```
78-
7955
### Usage
8056

8157
Run Roughly as a formatter:
@@ -100,11 +76,31 @@ Or, to run Roughly as a language server:
10076
roughly server # Usually started automatically by your editor
10177
```
10278

103-
## VS Code extension
79+
### Installation
80+
81+
#### Download Binary (Recommended)
82+
83+
Download the pre-built binary for your platform from the [releases page](https://github.com/felix-andreas/roughly/releases).
10484

105-
Roughly can also be used as a VS Code extension.
85+
#### Install with Cargo
86+
87+
If you have [Cargo](https://www.rust-lang.org/tools/install) installed, install Roughly with:
88+
89+
```sh
90+
cargo install --git https://github.com/felix-andreas/roughly roughly
91+
```
92+
93+
#### Build from Source
94+
95+
Alternatively, build from source:
96+
97+
```sh
98+
cargo build --release
99+
```
100+
101+
## VS Code extension
106102

107-
### From Marketplace (Recommended)
103+
### Download from Marketplace (Recommended)
108104

109105
[![](https://vsmarketplacebadges.dev/version-short/felix-andreas.roughly.svg)](https://marketplace.visualstudio.com/items?itemName=felix-andreas.roughly)
110106

0 commit comments

Comments
 (0)