mirror of
https://github.com/open-goal/jak-project
synced 2026-07-10 15:14:15 -04:00
README: update the Docker part (#1870)
It was written: > If you the build directory you'll need… I tried to fix it, hopefully I found the correct wording. Otherwise please let me know what was missing.
This commit is contained in:
@@ -112,13 +112,13 @@ This will create an image with all required dependencies and already built.
|
||||
docker run -v "$(pwd)"/build:/home/jak/jak-project/build -it jak bash
|
||||
```
|
||||
|
||||
Note: If you the build directory you'll need to rerun the build command. Alteratively you can get the build via `docker cp`
|
||||
Note: If you change the content of the `build/` directory you'll need to rerun the `build` command. Alteratively you can get the build via `docker cp`.
|
||||
|
||||
This will link your build folder to the images so can validate your build or test it on an external device.
|
||||
This will link your `build/` folder to the images so can validate your build or test it on an external device.
|
||||
|
||||
Docker images can be linked into your IDE (e.g. CLion) to help with codesniffing, static analysis, run tests and continuous build.
|
||||
|
||||
Unfortently you'll still need task runner on your local machine to run the game or instead, manually run the game via the commands found in `Taskfile.yml`
|
||||
Unfortunately you'll still need task runner on your local machine to run the game or instead, manually run the game via the commands found in `Taskfile.yml`.
|
||||
|
||||
### Linux
|
||||
|
||||
|
||||
Reference in New Issue
Block a user