docs: clarify Linux source-build support#3250
Open
LYY435939 wants to merge 2 commits into
Open
Conversation
Remove references to official Linux download artifacts and point Linux users to the build-from-source instructions in the same README.
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the README to reflect that official Linux binaries are no longer provided, directing Linux users to build from source instead. A review comment suggests re-adding the installation and execution commands for Linux to maintain clarity for users who follow the source build path.
| chmod +x Tari-Universe-*.AppImage | ||
| ./Tari-Universe-*.AppImage | ||
| ``` | ||
| Linux builds are no longer published as official release artifacts. If you want to run Tari Universe on Linux, build it from source using the instructions in [Building from source](#building-from-source). |
Contributor
There was a problem hiding this comment.
While official Linux binaries are no longer provided, users who build from source still need to know how to install or run the resulting files. Removing the installation commands entirely makes the process less clear for users following the source build path.
Consider re-adding the commands, for example:
# Install the .deb package
sudo dpkg -i target/release/bundle/tari-universe_*.deb
# Or run the .AppImage
chmod +x target/release/bundle/Tari-Universe-*.AppImage
./target/release/bundle/Tari-Universe-*.AppImage
Author
|
这是来自QQ邮箱的自动回复邮件。
您的来信已收到,我们会尽快进行处理。
This is an automatic reply, confirming that your e-mail was received.Thank you
|
Keep the Linux guidance explicit for users who build from source by documenting how to run the local .deb and AppImage bundles.
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.
/claim #3111
Summary
Verification
Breaking Changes