Skip to content

Commit

Permalink
Clean up install section of README (typo fixes)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Stoeffler authored and marcomagdy committed Dec 10, 2018
1 parent ee69933 commit 8b44c7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -13,10 +13,10 @@ C++ implementation of the lambda runtime API
Since AWS Lambda runs on GNU/Linux, you should build this runtime library and your logic on GNU/Linux as well.


Using CMake, run the following commands:
```cmake
$ git clone https://github.com/awslabs/aws-lambda-cpp-runtime.git
$ cd aws-lambda-cpp-runtime
In a terminal, run the following commands:
```bash
$ git clone https://github.com/awslabs/aws-lambda-cpp.git
$ cd aws-lambda-cpp
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=~/lambda-install
Expand Down

0 comments on commit 8b44c7d

Please sign in to comment.