From 954d86337c50cdbedb79c2385aa84a70ce3ffc4f Mon Sep 17 00:00:00 2001 From: Bentrex95 <44967954+Bentrex95@users.noreply.github.com> Date: Fri, 12 Nov 2021 12:42:07 +0100 Subject: [PATCH] Docs: Fix typo in dev-setup-command (#2316) --- doc/development/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/setup.rst b/doc/development/setup.rst index 1cfbfc6ef..8e9ca4784 100644 --- a/doc/development/setup.rst +++ b/doc/development/setup.rst @@ -53,7 +53,7 @@ Working with the code --------------------- If you do not have a recent installation of ``nodejs``, install it now:: - url -sL https://deb.nodesource.com/setup_17.x | sudo -E bash - + curl -sL https://deb.nodesource.com/setup_17.x | sudo -E bash - sudo apt install nodejs To make sure it is on your path variable, close and reopen your terminal. Now, install the Python-level dependencies of pretix::