From a944c12dcdaf5e5142ddf73885fa1a7825232a1f Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 9 Sep 2021 09:01:43 +0200 Subject: [PATCH] doc: mention `~/.local/bin` Fix #2 --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 553e8f9..f72ace2 100644 --- a/README.md +++ b/README.md @@ -35,16 +35,19 @@ sources on [GitHub](https://github.com/vincentbernat/vbeterm). ## Requirements Required Debian packages to make everything work can be found in my -[Puppet configuration][]. +[Puppet configuration][]. Packages are basically pulled from Debian +unstable. [Puppet configuration]: https://github.com/vincentbernat/puppet-workstation/blob/master/local-modules/desktop/manifests/i3.pp However, I am recompiling some stuff to get more recent versions: - `dunst` (check `vbe/master` branch) - - `polybar` (git HEAD) + - `polybar` (check `vbe/master` branch) - `rofi` (1.6.1) +The binaries are put in `~/.local/bin`. + ## Interesting links - [/r/unixporn on reddit](https://www.reddit.com/r/unixporn/search?q=i3&restrict_sr=1)