mirror of
https://github.com/open-webui/docs
synced 2025-06-12 17:43:00 +00:00
chore: Update installation and local development instructions
This commit is contained in:
parent
f793887a77
commit
1f86a80c50
10
README.md
10
README.md
@ -4,13 +4,13 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern stati
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```
|
```sh
|
||||||
npm i
|
npm i
|
||||||
```
|
```
|
||||||
|
|
||||||
## Local Development
|
## Local Development
|
||||||
|
|
||||||
```
|
```sh
|
||||||
npm start
|
npm start
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ This command starts a local development server and opens up a browser window. Mo
|
|||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
```
|
```sh
|
||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -28,13 +28,13 @@ This command generates static content into the `build` directory and can be serv
|
|||||||
|
|
||||||
Using SSH:
|
Using SSH:
|
||||||
|
|
||||||
```
|
```sh
|
||||||
USE_SSH=true npm run deploy
|
USE_SSH=true npm run deploy
|
||||||
```
|
```
|
||||||
|
|
||||||
Not using SSH:
|
Not using SSH:
|
||||||
|
|
||||||
```
|
```sh
|
||||||
GIT_USER=<Your GitHub username> npm run deploy
|
GIT_USER=<Your GitHub username> npm run deploy
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user