Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/scratchv3-offline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Cette commande permet de lancer une version offline de Scratch 3. Une fois la co
à l'adresse http://localhost:9999.

```sh
tar -xvzf scratch.tgz && cd scratch && python -m SimpleHTTPServer 9999
tar -xvzf scratch_v3.tgz && cd scratch && python3 -m http.server 9999
```