From 10eacf9bcccca588e51690e61d482ed3a2e019cf Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Fri, 28 Feb 2025 12:10:45 +1100 Subject: [PATCH] Add a note in the desktop/README.md about the setup-project.sh script --- desktop/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/desktop/README.md b/desktop/README.md index 88835c27..f903c143 100644 --- a/desktop/README.md +++ b/desktop/README.md @@ -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