diff --git a/docs/Development.md b/docs/Development.md index 337f806..d8a5903 100644 --- a/docs/Development.md +++ b/docs/Development.md @@ -3,8 +3,7 @@ ## Build from Source ``` $ git clone https://github.com/IJNKAWAKAZE/arknights_bot -$ cd arknights_bot -$ go build -o arknights_bot src/main.go -$ cp arknights.example.yaml arknights.yaml +$ cd arknights_bot/src +$ go build -v ```