diff --git a/README.md b/README.md index 33e524d..9a59c7b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ https://gravitydocker.herokuapp.com/ ``` go build github.com/kwlo/gravity + ``` ## Start @@ -18,6 +19,7 @@ go run github.com/kwlo/gravity ## Run tests + ``` CGO_ENABLED=0 go test ./... -coverprofile cp.out @@ -33,6 +35,7 @@ PORT=8080 ## Docker + ### Docker Build ``` @@ -51,3 +54,4 @@ docker run --rm --detach --publish 8080:8080 --name gravity gravity - Define Sphere - Define RigidBody - Simulations +- Test