mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 23:29:02 +02:00
chore(rebrand): change references from master
to main
This commit is contained in:
parent
24ba17b3f3
commit
f497b71d37
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
@ -3,7 +3,7 @@ name: playwright
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
@ -24,7 +24,7 @@ if ! git diff-index --quiet HEAD --; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
BASE_BRANCH=master
|
BASE_BRANCH=main
|
||||||
|
|
||||||
if [[ "$VERSION" == *"beta"* ]]; then
|
if [[ "$VERSION" == *"beta"* ]]; then
|
||||||
BASE_BRANCH=beta
|
BASE_BRANCH=beta
|
||||||
|
@ -47,11 +47,3 @@ echo "Tagging commit with $TAG"
|
|||||||
|
|
||||||
git tag $TAG
|
git tag $TAG
|
||||||
git push origin $TAG
|
git push origin $TAG
|
||||||
|
|
||||||
echo "Updating master"
|
|
||||||
|
|
||||||
git fetch
|
|
||||||
git checkout master
|
|
||||||
git reset --hard origin/master
|
|
||||||
git merge origin/develop
|
|
||||||
git push
|
|
@ -20,7 +20,7 @@
|
|||||||
<h2>Installation</h2>
|
<h2>Installation</h2>
|
||||||
<h3>Download</h3>
|
<h3>Download</h3>
|
||||||
<p>You can either download source code zip/tar from <a href="https://github.com/TriliumNext/Notes/releases/latest">https://github.com/TriliumNext/Notes/releases/latest</a>.</p>
|
<p>You can either download source code zip/tar from <a href="https://github.com/TriliumNext/Notes/releases/latest">https://github.com/TriliumNext/Notes/releases/latest</a>.</p>
|
||||||
<p>For the latest version including betas, clone Git repository <strong>from</strong> <code>master</code> <strong>branch</strong> with:</p><pre><code class="language-text-x-trilium-auto">git clone -b master https://github.com/triliumnext/notes.git</code></pre>
|
<p>For the latest version including betas, clone Git repository <strong>from</strong> <code>main</code> <strong>branch</strong> with:</p><pre><code class="language-text-x-trilium-auto">git clone -b main https://github.com/triliumnext/notes.git</code></pre>
|
||||||
<h2>Installation</h2><pre><code class="language-text-x-trilium-auto">cd trilium
|
<h2>Installation</h2><pre><code class="language-text-x-trilium-auto">cd trilium
|
||||||
|
|
||||||
# download all node dependencies
|
# download all node dependencies
|
||||||
|
@ -28,10 +28,10 @@ sudo apt install libpng16-16 libpng-dev pkg-config autoconf libtool build-essent
|
|||||||
|
|
||||||
You can either download source code zip/tar from [https://github.com/TriliumNext/Notes/releases/latest](https://github.com/TriliumNext/Notes/releases/latest).
|
You can either download source code zip/tar from [https://github.com/TriliumNext/Notes/releases/latest](https://github.com/TriliumNext/Notes/releases/latest).
|
||||||
|
|
||||||
For the latest version including betas, clone Git repository **from** `master` **branch** with:
|
For the latest version including betas, clone Git repository **from** `main` **branch** with:
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone -b master https://github.com/triliumnext/notes.git
|
git clone -b main https://github.com/triliumnext/notes.git
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user