Details
Details
Diff Detail
Diff Detail
- Repository
- rOBSIDIAN Obsidian Workspaces
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Making of
$ docker run -it --rm debian:trixie bash $ apt update $ apt install libjs-bootstrap $ dpkg-query -L libjs-bootstrap
And from there:
$ docker cp $CONTAINER:/usr/share/javascript/bootstrap/js/bootstrap.min.js js/ $ docker cp $CONTAINER:/usr/share/javascript/bootstrap/css/bootstrap.min.css css/bootstrap.css