Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndskg authored Jan 6, 2024
1 parent 0305f77 commit 9e1182a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,13 +488,13 @@ Processed API responses, distilled data, informative error messages.
<a name="buildnrun"></a>
### 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`)
Expand Down

0 comments on commit 9e1182a

Please sign in to comment.