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 c13ceb3 commit 4f23a56Copy full SHA for 4f23a56
docs/Buidling-ls1-Brads-Env.md
@@ -45,8 +45,8 @@ printf "\n**********\n*\n* FINISHED: Checkout work-in-progress.\n*\n**********\n
45
### Customize WebUI
46
```
47
APP_NAME='Mmojo Chat'
48
-sed -i -e 's/<title>.*<\/title>/<title>$APP_NAME<\/title>/g' examples/server/webui/index.html
49
-sed -i -e 's/>llama.cpp<\/div>/>$APP_NAME<\/div>/g' examples/server/webui/src/components/Header.tsx
+sed -i -e "s/<title>.*<\/title>/<title>$APP_NAME<\/title>/g" examples/server/webui/index.html
+sed -i -e "s/>llama.cpp<\/div>/>$APP_NAME<\/div>/g" examples/server/webui/src/components/Header.tsx
50
cd examples/server/webui
51
npm i
52
npm run build
0 commit comments