Update README.md

This commit is contained in:
Anthony Wang 2020-07-30 10:01:22 -05:00 committed by GitHub
parent 115294bdd7
commit 27a1d23748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,11 @@
# Quickpp
Quickly fire up a C++ editor, compiler, and debugger!
#### Quickly fire up a C++ editor, compiler, and debugger!
## Usage
It's as easy as:
```sh
docker run -rm -it ta180m/quickpp
```