Skip to content

Commit b155f6c

Browse files
Charlie-XIAOcyaoxiao1a1a11a
authored
doc: update the quickstart guide and make it easier to follow (#303)
* update c/c++ plugins quickstart guide Signed-off-by: cyaoxiao <[email protected]> * update examples/plugin_v2 instructions because it is linked from the quickstart guide Signed-off-by: cyaoxiao <[email protected]> * fix empty on_remove implementation Signed-off-by: cyaoxiao <[email protected]> * fix dangerous sourcing of the dependency installation script Signed-off-by: cyaoxiao <[email protected]> * add python instructions and fix cache size issue Signed-off-by: Yao Xiao <[email protected]> * make it one-liner Signed-off-by: Yao Xiao <[email protected]> --------- Signed-off-by: cyaoxiao <[email protected]> Signed-off-by: Yao Xiao <[email protected]> Co-authored-by: cyaoxiao <[email protected]> Co-authored-by: Juncheng Yang <[email protected]>
1 parent e7373e3 commit b155f6c

4 files changed

Lines changed: 193 additions & 167 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ cachesim supports the following algorithms:
7676
### One-line install
7777
We provide some scripts for quick installation of libCacheSim.
7878
```bash
79-
cd scripts && bash install_dependency.sh && bash install_libcachesim.sh
79+
cd scripts && bash ./install_dependency.sh && source ~/.bashrc && bash ./install_libcachesim.sh
80+
# Replace ~/.bashrc with ~/.zshrc if you are using zsh on macos
8081
```
8182
If this does not work, please
8283
1. let us know what system you are using and what error you get

0 commit comments

Comments
 (0)