Commit 28d9bc60 authored by Raphael Beer's avatar Raphael Beer

Fix: paths in README

parent e096cece
...@@ -5,9 +5,9 @@ Follow the quickstart instructions in our docker repo's [README](https://github. ...@@ -5,9 +5,9 @@ Follow the quickstart instructions in our docker repo's [README](https://github.
### Install/Run ### Install/Run
```bash ```bash
$ git clone https://github.com/shadowban-eu/shadowban-testing ./shadowban-testing; cd $_ $ git clone https://github.com/shadowban-eu/testing ./testing; cd $_
$ ./install.sh $ ./bin/install.sh
$ ./docker-entry.sh .env.example # takes any .env file $ ./bin/docker-entry.sh .env.example # takes any .env file
``` ```
### Memory Profiling ### Memory Profiling
...@@ -15,9 +15,9 @@ Using [memory-profiler](https://pypi.org/project/memory-profiler/) to debug memo ...@@ -15,9 +15,9 @@ Using [memory-profiler](https://pypi.org/project/memory-profiler/) to debug memo
```bash ```bash
# When env vars are already set # When env vars are already set
$ ./docker-entry.sh mprof $ ./bin/docker-entry.sh mprof
# Otherwise, read from file # Otherwise, read from file
$ ./docker-entry.sh .env.example mprof $ ./bin/docker-entry.sh .env.example mprof
# Passes remaining arguments to mprof (set interval to 5s) # Passes remaining arguments to mprof (set interval to 5s)
$ ./docker-entry.sh .env.example mprof -T 5 $ ./bin/docker-entry.sh .env.example mprof -T 5
``` ```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment