We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29b308 commit 502bb53Copy full SHA for 502bb53
build-resources-with-pandoc.sh
@@ -3,10 +3,10 @@ CSS_PATH="${ROOT_DIR}/documents/common/pandoc_styles/css/style.css"
3
STYLE_DOCX_PATH="${ROOT_DIR}/documents/common/pandoc_styles/スタイル.docx"
4
RESOURCES_DIR="${ROOT_DIR}/public/resources"
5
6
-sudo apt update
7
-sudo apt install -y nodejs npm
+apt update
+apt install -y nodejs npm
8
npm config set puppeteer_skip_chromium_download true -g
9
-sudo npm install -g mermaid-filter
+npm install -g mermaid-filter
10
11
# Java
12
cd ${ROOT_DIR}/documents/forJava
0 commit comments