Merge pull request #1926 from anastr0/dev-setup-script

Dev script for first time setup in linux
This commit is contained in:
mig5 2025-02-28 12:30:28 +11:00 committed by GitHub
commit 73f153af3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 53 additions and 0 deletions

View file

@ -2,6 +2,10 @@
## Building OnionShare
If you are running Linux, you can make use of the script `setup-project.sh` in the parent directory, which automates most of the steps below.
Otherwise, please continue to read on.
Start by getting the source code and changing to the `desktop` folder:
```sh