mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 21:10:05 +08:00
Update cscope.md
This commit is contained in:
parent
9169a2db2a
commit
6a7c968f8a
@ -26,10 +26,18 @@ For more info about the differences between Cscope and other similar tools, plea
|
|||||||
|
|
||||||
### cscope
|
### cscope
|
||||||
|
|
||||||
|
For Archlinux
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo pacman -S cscope
|
sudo pacman -S cscope
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For Ubuntu
|
||||||
|
|
||||||
|
```shell
|
||||||
|
sudo apt install cscope
|
||||||
|
```
|
||||||
|
|
||||||
In windows, you can use scoop to install cscope:
|
In windows, you can use scoop to install cscope:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user