Skip to content

Commit 8b44c7d

Browse files
Jake Stoefflermarcomagdy
Jake Stoeffler
authored andcommitted
Clean up install section of README (typo fixes)
1 parent ee69933 commit 8b44c7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ C++ implementation of the lambda runtime API
1313
Since AWS Lambda runs on GNU/Linux, you should build this runtime library and your logic on GNU/Linux as well.
1414

1515

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
16+
In a terminal, run the following commands:
17+
```bash
18+
$ git clone https://github.com/awslabs/aws-lambda-cpp.git
19+
$ cd aws-lambda-cpp
2020
$ mkdir build
2121
$ cd build
2222
$ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=~/lambda-install

0 commit comments

Comments
 (0)