mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-19 04:54:18 +01:00
fzf
This commit is contained in:
@@ -58,8 +58,13 @@ sudo chmod +x /usr/local/bin/docker-compose
|
||||
# sudo shutdown now -r
|
||||
|
||||
cd digital-cash/
|
||||
source venv/bin/activate
|
||||
source venv/bin/activate
|
||||
cd experiments/
|
||||
docker-compose up --build
|
||||
|
||||
# more troubleshooting: https://docs.docker.com/install/linux/linux-postinstall/
|
||||
|
||||
# install fuzzy file finder:
|
||||
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
|
||||
~/.fzf/install
|
||||
# restart bash, use with CTRL + R
|
||||
Reference in New Issue
Block a user