Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tsq committed Aug 19, 2021
1 parent 587a211 commit d0870a2
Showing 1 changed file with 5 additions and 35 deletions.
40 changes: 5 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,41 +40,11 @@ cmon demo.c # compile and execute it

#### On macOS or Linux

**by curl**
1. download executable file: [for Windows](), [for macOS and Linux]()

```sh
curl -o xxx.sh
```

**by wget**

```sh
```

**by source code**

```sh
```

#### On Windows
2. copy the download file to any directory which is already exists in the **PATH**

```
```

## TODO

You can skip the file name if there is only one c file on current directory.

```
cmon app.c
y [cmon] 2.0.6
y [cmon] watching file:
11
g [cmon] starting `recompile and reexecute`
22
```

```
## Note

```
1. The GCC should be available on your machine.
2. This tool just support GCC compiler no other compilers like clang.

0 comments on commit d0870a2

Please sign in to comment.