Skip to content

Commit 598ea66

Browse files
Update readme.md
1 parent 7c86866 commit 598ea66

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@
9191
![image](https://user-images.githubusercontent.com/15645203/210742391-ae2c60ac-9f19-4d1a-947b-634e3a3855ef.png)
9292

9393
## Usage
94+
```
95+
go get -u github.com/memory-overflow/light-task-scheduler
96+
```
9497

9598
### 使用内存容器实现视频裁剪异步任务调度
9699

@@ -216,4 +219,4 @@ func (a *AddActuator) Start(ctx context.Context, ftask *framework.Task) (
216219
这里,我们简单的直接使用队列来作为任务容器,所以可以直接用框架预置的 queueContainer 作为任务容器,无需单独实现。
217220

218221
#### 实现调度
219-
参考代码[main.go](https://github.com/memory-overflow/light-task-scheduler/blob/main/example/videocut_example/main.go)
222+
参考代码[main.go](https://github.com/memory-overflow/light-task-scheduler/blob/main/example/videocut_example/main.go)

0 commit comments

Comments
 (0)