Skip to content

Commit 935e9b3

Browse files
committed
Update README.md
1 parent 6a7ced6 commit 935e9b3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -125,17 +125,6 @@ dotnet run --project dokan-mirror-manager/dokan-mirror-manager.csproj
125125

126126
> ⚠️ **Note**: Must be run as Administrator for Dokan operations.
127127
128-
### 📦 Building as Library
129-
130-
The project includes `Loader.cs.example` which demonstrates how to use DokanMirror as a library:
131-
132-
1. Change `OutputType` in `.csproj` from `WinExe` to `Library`
133-
2. Rename `Loader.cs.example` to `Loader.cs`
134-
3. Build the project - it will produce `DokanMirror.dll`
135-
4. Call `__Launch__` from your native code to start the application
136-
137-
See [Loader.cs.example](dokan-mirror-manager/Loader.cs.example) for C/C++ usage examples.
138-
139128
## ⚙️ Configuration
140129

141130
Mount configurations are automatically saved to `mounts.json` in the application directory.

0 commit comments

Comments
 (0)