Add installation steps to README with curl command and package manager notes#32
Add installation steps to README with curl command and package manager notes#32
Conversation
…r notes Co-authored-by: yyovil <149292478+yyovil@users.noreply.github.com>
yyovil
left a comment
There was a problem hiding this comment.
Remove the description of install scripts action as they will be notified to user during installation.
There was a problem hiding this comment.
Pull Request Overview
This PR adds comprehensive installation documentation to the README, providing users with clear steps to install and verify the Tandem penetration testing tool. The changes introduce a quick installation method using a curl command and mention upcoming package manager support.
- Added an Installation section with a one-line curl command for easy setup
- Included details about what the installation script does automatically
- Added notes about future package manager support and verification steps
|
@copilot are you working on the changes requested? I asked you to remove the installation script description from the README file. |
Co-authored-by: yyovil <149292478+yyovil@users.noreply.github.com>
Removed the installation script description from the README. The quick install section now only shows the curl command. Users will be notified of the script actions during installation. (c4600cc) |
Added comprehensive installation documentation to the README as requested. The new Installation section includes:
Quick Install: One-line curl command for easy installation:
curl -fsSL https://tandem.codes/install.sh | bashPackage Managers: Added a note about upcoming support for popular package managers including Homebrew, Nix, and APT/YUM, with availability by end of day as requested.
Verification: Instructions to verify the installation works with
tandem --version.The Installation section is positioned logically before the Configuration section, so users can install the tool before learning how to configure it. All existing content structure and formatting has been preserved.
Fixes #31.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.