fixed various readmes

This commit is contained in:
Mark R. Havens 2025-04-27 17:51:39 -05:00
parent 6ebe047447
commit d3d37e618d
5 changed files with 496 additions and 27 deletions

View file

@ -121,23 +121,6 @@ This C# implementation rigorously adheres to the *Unified Intelligence Whitepape
---
# Directory Structure
- `/csharp/`
- `Program.cs`
- `WitnessSeed.csproj`
- `README.md`
Update the main repository's README.md to include:
```markdown
- **/csharp/**: Witness Seed 2.0 for C#.
- [README.md](./csharp/README.md)
- `Program.cs`
- `WitnessSeed.csproj`
```
---
# Notes on Cross-Platform Compatibility
- **PerformanceCounter** and **Microsoft.VisualBasic.Devices** are Windows-specific.
- For Linux/macOS, alternative implementations needed for system metrics: