Skip to content

Commit

Permalink
build: update aof_to_pika readme (OpenAtomFoundation#1439)
Browse files Browse the repository at this point in the history
* update README in aof_to_pika

* edit compile commands in aof_to_pika README

---------

Co-authored-by: J1senn <J1senn@outlook.com>
  • Loading branch information
A2ureStone and J1senn authored May 6, 2023
1 parent e39d1b7 commit 80f9222
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pika-tools/aof_to_pika/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target_include_directories(aof_to_pika PRIVATE ./include PRIVATE ../..)

target_link_libraries(aof_to_pika pthread)
set_target_properties(aof_to_pika PROPERTIES
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/pika_tools
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/tools
CMAKE_COMPILER_IS_GNUCXX TRUE
COMPILE_FLAGS ${CXXFLAGS})

4 changes: 2 additions & 2 deletions pika-tools/aof_to_pika/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ A tool to transfer data for redis from one to another, it also support any redis
#### Usage

``` shell
make
cd output/bin && ./aof_to_pika -h # for more information
../../build.sh
cd ../../output/tools && ./aof_to_pika -h # for more information
```

0 comments on commit 80f9222

Please sign in to comment.