Skip to content

Commit 5c1ece6

Browse files
authored
Update README.md
Added testing on different operating systems
1 parent b5d0a6b commit 5c1ece6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Welcome to the Password Manager project! This tool is designed to help you secur
88
- [Installation](#installation)
99
- [Screenshot](#screenshot)
1010
- [Usage](#usage)
11+
- [Testing](#testing)
1112
- [Contributing](#contributing)
1213
- [License](#license)
1314
- [Disclaimer](#disclaimer)
@@ -55,6 +56,17 @@ This is a simple demo and a screenshot of this tool
5556
- Enter the website, username, and password when prompted.
5657
4. View saved passwords or generate a new password as needed.
5758

59+
## Testing
60+
61+
### Windows
62+
- Windows supports the command-line interface (CLI) with basic functionality, including color outputs (green text).
63+
- Make sure you use `python` or `python3` to run the application in Command Prompt or PowerShell.
64+
65+
### Linux/macOS
66+
- On Linux and macOS, you may need to use `python3` instead of `python` to run the application.
67+
- Terminal environments on Linux/macOS support ANSI escape codes, so the green text should work without issue.
68+
69+
5870
## Contributing
5971

6072
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.

0 commit comments

Comments
 (0)