You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Make sure that you have [docker installed and running](https://docs.docker.com/engine/install/) on your system. Most Linux distributions support docker though some (like RedHat) have the equivalent (Podman). Users of Apple systems may want to [consider OrbStack](https://orbstack.dev). You do not need to familiar with docker, you just need to make sure that you are have it running.
97
97
98
-
3. Navigate to our repository `experimental_json_builder` and run
98
+
3. Navigate to our repository `experimental_json_builder` and run the following bash script:
99
99
100
100
```bash
101
-
./run_docker.sh bash`
101
+
bash run_docker.sh bash
102
102
```
103
103
104
+
105
+
104
106
This will enter a bash shell with access to the repo directory. Note that this will take some time when running it for the first time, since the specific container image has to be built.
105
107
108
+
This step builds and executes a docker container defined by our [Dockerfile](https://github.com/simdjson/experimental_json_builder/blob/main/Dockerfile) which provides the necessary environment.
0 commit comments