Skip to content

Commit 9dc82f2

Browse files
committed
github package
1 parent f471f34 commit 9dc82f2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ Processor=Intel i7-11800H
3030

3131
## 使用
3232

33+
```shell
34+
dotnet nuget add source --username LasmGratel --password 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 --store-password-in-clear-text --name github "https://nuget.pkg.github.com/LasmGratel/index.json"
35+
dotnet add package PininSharp
36+
```
37+
38+
**你可能以为我把密码明文放在这里了,但是这个只有读取仓库的权限哈哈**
39+
3340
```csharp
3441
var tree = new TreeSearcher<int>(SearcherLogic.Contain, PinIn.CreateDefault());
3542
tree.Put("测试文本", 1);

0 commit comments

Comments
 (0)