Skip to content
Snippets Groups Projects
Commit 7c800bd3bf8b authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Missing 'curl' in command to download upload.py

parent 1ec3dff78812
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@
<p class="lead">
Make your modification.
Submit your change:</p>
<pre><code class="console">$ -L -o ~/.local/bin/upload.py https://codereview.tryton.org/static/upload.py
<pre><code class="console">$ curl -L -o ~/.local/bin/upload.py https://codereview.tryton.org/static/upload.py
$ python ~/.local/bin/upload.py --oauth2
</code></pre>
</section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment