From 6a7c968f8acc107f12473e0b68bb9084da47b072 Mon Sep 17 00:00:00 2001 From: Xinfeng Date: Sat, 4 Nov 2023 09:14:01 +0000 Subject: [PATCH] Update cscope.md --- docs/layers/cscope.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/layers/cscope.md b/docs/layers/cscope.md index 58a03d553..6e66a026c 100644 --- a/docs/layers/cscope.md +++ b/docs/layers/cscope.md @@ -26,10 +26,18 @@ For more info about the differences between Cscope and other similar tools, plea ### cscope +For Archlinux + ```shell sudo pacman -S cscope ``` +For Ubuntu + +```shell +sudo apt install cscope +``` + In windows, you can use scoop to install cscope: ```