From 7fc4f5a0159c54d1e1042f3a0114b83c71132c7e Mon Sep 17 00:00:00 2001 From: YellowLineParkingDev Date: Wed, 11 Mar 2026 14:43:38 +0000 Subject: [PATCH] Revise README for clarity and additional information Updated README.md to include new sections and improved formatting. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 26da5a0..29b840c 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ Steps: ### Installing -The CLI requires .NET 10 or later. Ensure you have the [.NET 10](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) installed. +The CLI requires .NET 10 SDK or later. Ensure you have the [.NET 10](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) installed. Install the tool globally. @@ -203,7 +203,7 @@ Execute the next command to signin to 1Password and set the vault and environmen appy-op --signin --vault Development -env QA ``` -*Note: make sure to use the Secret Key and not the Master Password* +*Note: make sure to use the Secret Key (from recovery kit) and not the Master Password* You can get these data from your profile on the 1Password website. @@ -320,4 +320,5 @@ To communicate from your project with the tool, you could simply call the api as section, or create a shared network between your projects and the tool. ## Contribute -It would be awesome if you would like to contribute code or help with bugs. Just follow the guidelines [CONTRIBUTING](https://github.com/YellowLineParking/Appy.Configuration/blob/master/CONTRIBUTING.md). \ No newline at end of file + +It would be awesome if you would like to contribute code or help with bugs. Just follow the guidelines [CONTRIBUTING](https://github.com/YellowLineParking/Appy.Configuration/blob/master/CONTRIBUTING.md).