Skip to content

Commit

Permalink
📝 Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Jul 22, 2024
1 parent a5ce1e4 commit 633adf9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,12 @@ Some Vim plugins use CLI:

```sh
# Ubuntu
sudo apt install libgirepository1.0-dev
sudo apt-get -y install libgirepository1.0-dev libgirepository-1.0-1
sudo apt-mark auto libgirepository1.0-dev
# ArchLinux
sudo pacman -S libgirepository
# Android Termux
apt install gobject-introspection
apt-get -y install gobject-introspection
# Nix
# use nix-shell to create a virtual environment then build
```
Expand Down

0 comments on commit 633adf9

Please sign in to comment.