mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-08 09:20:01 +02:00
fixed minor issue on 'How to build Zen' steps
This commit is contained in:
parent
e1bf2327c8
commit
d0780ae52c
2 changed files with 6 additions and 6 deletions
10
content/.obsidian/workspace.json
vendored
10
content/.obsidian/workspace.json
vendored
|
@ -25,7 +25,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "guides/live-editing.md",
|
"file": "building-zen-browser/building-zen-browser.md",
|
||||||
"mode": "preview",
|
"mode": "preview",
|
||||||
"source": true
|
"source": true
|
||||||
}
|
}
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "guides/live-editing.md",
|
"file": "building-zen-browser/building-zen-browser.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "guides/live-editing.md",
|
"file": "building-zen-browser/building-zen-browser.md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
}
|
}
|
||||||
|
@ -138,7 +138,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "guides/live-editing.md"
|
"file": "building-zen-browser/building-zen-browser.md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -161,9 +161,9 @@
|
||||||
},
|
},
|
||||||
"active": "42952bec6b18e374",
|
"active": "42952bec6b18e374",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"guides/live-editing.md",
|
||||||
"guides/manage-profiles.md",
|
"guides/manage-profiles.md",
|
||||||
"guides/install-macos.md",
|
"guides/install-macos.md",
|
||||||
"guides/live-editing.md",
|
|
||||||
"themes-store/themes-marketplace-submission-guidelines.md",
|
"themes-store/themes-marketplace-submission-guidelines.md",
|
||||||
"themes-store/themes-marketplace.md",
|
"themes-store/themes-marketplace.md",
|
||||||
"assets/live-editing",
|
"assets/live-editing",
|
||||||
|
|
|
@ -10,7 +10,7 @@ We've took the time to make building Zen Browser as easy as possible, independen
|
||||||
1. Clone the repository
|
1. Clone the repository
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/zen-browser/desktop.git
|
git clone https://github.com/zen-browser/desktop.git --recurse-submodules
|
||||||
cd desktop
|
cd desktop
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue