We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee69933 commit 8b44c7dCopy full SHA for 8b44c7d
README.md
@@ -13,10 +13,10 @@ C++ implementation of the lambda runtime API
13
Since AWS Lambda runs on GNU/Linux, you should build this runtime library and your logic on GNU/Linux as well.
14
15
16
-Using CMake, run the following commands:
17
-```cmake
18
-$ git clone https://github.com/awslabs/aws-lambda-cpp-runtime.git
19
-$ 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
20
$ mkdir build
21
$ cd build
22
$ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=~/lambda-install
0 commit comments