Skip to content

Commit

Permalink
Improve developer documentation specifying dependencies for libfuse2 …
Browse files Browse the repository at this point in the history
…and tor
  • Loading branch information
evilaliv3 committed Dec 31, 2024
1 parent b77dfea commit 3ca4ff9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/run_tests_backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ setupClient() {

echo "Running setup"
sudo apt-get update
sudo apt-get install -y tor
sudo apt-get install -y tor libfuse2
npm install -g grunt grunt-cli
pip install coverage

Expand Down
2 changes: 2 additions & 0 deletions documentation/developer/Environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The guide assumes you run a Debian based system and that the following software
* dh-python
* git
* grunt-cli
* libfuse2
* node
* npm
* python3
Expand All @@ -21,6 +22,7 @@ The guide assumes you run a Debian based system and that the following software
* python3-setuptools
* python3-sphinx
* python3-virtualenv
* tor

Setup
=====
Expand Down

0 comments on commit 3ca4ff9

Please sign in to comment.