Update readme documentation#72
Merged
jsturtevant merged 6 commits intohyperlight-dev:mainfrom May 2, 2026
Merged
Conversation
…honModule extension method Agent-Logs-Url: https://github.com/jsturtevant/hyperlight-sandbox/sessions/7d8bbc3f-4434-436f-a037-9e5f7ce71274 Co-authored-by: jsturtevant <648372+jsturtevant@users.noreply.github.com>
Agent-Logs-Url: https://github.com/jsturtevant/hyperlight-sandbox/sessions/414b7ca5-cc3f-48f9-805b-460358b61bca Co-authored-by: jsturtevant <648372+jsturtevant@users.noreply.github.com>
Agent-Logs-Url: https://github.com/jsturtevant/hyperlight-sandbox/sessions/48e0d6cc-1d03-4b6d-94be-403234a74612 Co-authored-by: jsturtevant <648372+jsturtevant@users.noreply.github.com>
Agent-Logs-Url: https://github.com/jsturtevant/hyperlight-sandbox/sessions/1e9db34f-1ece-4882-ba25-a5b572070086 Co-authored-by: jsturtevant <648372+jsturtevant@users.noreply.github.com>
Agent-Logs-Url: https://github.com/jsturtevant/hyperlight-sandbox/sessions/d56c2589-f9f1-409a-a911-7bb698bc7c52 Co-authored-by: jsturtevant <648372+jsturtevant@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the top-level README’s .NET quick-start path to use the published NuGet packages instead of building the SDK and guest module from source. In the broader codebase, this aligns the root documentation with the newer packaged .NET SDK/guest-module distribution model.
Changes:
- Replace source-build commands in the root README’s .NET quick start with
dotnet add packageinstructions. - Update the .NET example to use
HyperlightSandbox.Guest.PythonandWithPythonModule(). - Keep the root README pointed at the dedicated .NET SDK README for deeper documentation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates read me to use nuget packages