ayn2op 3 年之前
父节点
当前提交
131d303f78
共有 2 个文件被更改,包括 1 次插入5 次删除
  1. 0 4
      .github/workflows/ci.yml
  2. 1 1
      README.md

+ 0 - 4
.github/workflows/ci.yml

@@ -16,11 +16,7 @@ jobs:
           go-version: '^1.19'
 
       - name: Build
-<<<<<<< HEAD
-        run: make
-=======
         run: go build .
->>>>>>> rewrite
   
       - uses: actions/upload-artifact@v3
         if: ${{ github.event_name == 'push' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}

+ 1 - 1
README.md

@@ -43,7 +43,7 @@ You can download and install a [prebuilt binary here](https://nightly.link/ayn2o
 ```bash
 git clone https://github.com/ayn2op/discordo
 cd discordo
-make build
+go build .
 
 # optional
 sudo mv ./discordo /usr/local/bin