From 9e1182a638ed796a47e3ba72bc91a8b6b8a1a83f Mon Sep 17 00:00:00 2001 From: LYND$KG <60162813+lyndskg@users.noreply.github.com> Date: Sat, 6 Jan 2024 17:38:43 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 500a2e8..67aa6ed 100644 --- a/README.md +++ b/README.md @@ -488,13 +488,13 @@ Processed API responses, distilled data, informative error messages. ### Build and Run: 1. Clone the repository: -> - 'git clone https://github.com/yourusername/black-scholes-project.git' -> - 'cd black-scholes-project' +> - `git clone https://github.com/lyndskg/black-scholes-cpp.git` +> - `cd black-scholes-cpp` 2. Build the project: > - `cmake -Bbuild-cmake -H. -GNinja` > - `cd build-cmake` 3. Run the program: -> -`cmake --build .` +> - `cmake --build .` 4. Explore the different features and input modes provided by the program. 5. To clean the project, access the current build directory: > - `pwd` (Make sure you're in `build-cmake`; if not, `cd build-cmake`)