Skip to content

Commit

Permalink
Update setup.md
Browse files Browse the repository at this point in the history
experienced a minor typo
  • Loading branch information
krHERO authored Dec 2, 2024
1 parent 5ce1dc4 commit db9d9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you want to customize it, you need to build it and create a xar-package by yo
- to **build** the Edirom Online we need *[Sencha Cmd](https://www.sencha.com/)*, but we can use the sencha-cmd-docker-image by @bwbohl instead of installing sencha on our own.
- download and run the sencha-cmd-image:
```
docker run --rm -it -v `pwd`:/app --name ediBuild ghcr.io/bwbohl/sencha-cmd:latest)
docker run --rm -it -v `pwd`:/app --name ediBuild ghcr.io/bwbohl/sencha-cmd:latest
```
- this will build a docker-container giving us the opportunity to execute commands inside the container, but we still have access to the current directory, the terminal-prefix will change to something like this: `root@d5f2f1591708:/app#`
- execute the build-script: `sh build.sh`
Expand Down

0 comments on commit db9d9b3

Please sign in to comment.