Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add support of docker use.
  • Loading branch information
Yunlongs authored Apr 6, 2023
1 parent e126d82 commit 051a3b1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# News
- Docker build support!
- Add bug list
- Goshawk now supports Clang-15.0.0

Expand Down Expand Up @@ -26,6 +27,16 @@ To see bugs found by Goshawk, visit [bug_list](bug_list.md) page. You can also s


# Ⅰ. Environment Setup
## Ⅰ.A Docker build (recommended)
Directly use our image released on DockerHub:
```
docker pull cascadessjtu/goshawk
```
Or build docker image by yourself:
```
Docker build -t goshawk .
```
## Ⅰ.B Manually configurate
```buildoutcfg
robin-map
python 3.7+
Expand Down

0 comments on commit 051a3b1

Please sign in to comment.