update versi docubook
This commit is contained in:
33
README.md
33
README.md
@@ -36,36 +36,3 @@ Next steps:
|
||||
3. Start the development server:
|
||||
npm run dev
|
||||
```
|
||||
|
||||
## Update
|
||||
### How to Update DocuBook?
|
||||
- **Open a New Terminal**: Please open a new terminal on the desktop that has DocuBook installed.
|
||||
- **Move Directory**: for example, if the directory name is docubook, then write `cd docubook` and press enter.
|
||||
|
||||
```bash
|
||||
npx @docubook/update@latest
|
||||
```
|
||||
|
||||
#### command output
|
||||
|
||||
```bash
|
||||
📂 Updating Docubook project in /Users/wildan/Public/docubook...
|
||||
|
||||
ℹ ⚡ Skipped public
|
||||
ℹ ⚡ Skipped contents
|
||||
ℹ ⚡ Skipped app/page.tsx
|
||||
ℹ ⚡ Skipped docu.json
|
||||
ℹ ⚡ Skipped CHANGELOG.md
|
||||
✨ Replacing styles folder...
|
||||
✨ Replaced all CSS files in styles folder
|
||||
✔ ✅ Docubook v1.4.2 successfully updated in /Users/wildan/Public/docubook!
|
||||
|
||||
🎯 Next steps:
|
||||
1. Verify your changes in the current directory.
|
||||
2. Run the install script to check for package updates:
|
||||
npm install
|
||||
3. Run the development server:
|
||||
npm run dev
|
||||
```
|
||||
|
||||
Access the app on => http://localhost:3000
|
||||
|
||||
Reference in New Issue
Block a user