mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
Update README.md
updating from `Notes` to `Trilium` in the `Contribute`section.
This commit is contained in:
parent
b93a4a3e42
commit
3c893d69e5
12
README.md
12
README.md
@ -120,8 +120,8 @@ To install TriliumNext on your own server (including via Docker from [Dockerhub]
|
|||||||
|
|
||||||
Download the repository, install dependencies using `pnpm` and then run the server (available at http://localhost:8080):
|
Download the repository, install dependencies using `pnpm` and then run the server (available at http://localhost:8080):
|
||||||
```shell
|
```shell
|
||||||
git clone https://github.com/TriliumNext/Notes.git
|
git clone https://github.com/TriliumNext/Trilium.git
|
||||||
cd Notes
|
cd Trilium
|
||||||
pnpm install
|
pnpm install
|
||||||
pnpm run server:start
|
pnpm run server:start
|
||||||
```
|
```
|
||||||
@ -130,8 +130,8 @@ pnpm run server:start
|
|||||||
|
|
||||||
Download the repository, install dependencies using `pnpm` and then run the environment required to edit the documentation:
|
Download the repository, install dependencies using `pnpm` and then run the environment required to edit the documentation:
|
||||||
```shell
|
```shell
|
||||||
git clone https://github.com/TriliumNext/Notes.git
|
git clone https://github.com/TriliumNext/Trilium.git
|
||||||
cd Notes
|
cd Trilium
|
||||||
pnpm install
|
pnpm install
|
||||||
pnpm nx run edit-docs:edit-docs
|
pnpm nx run edit-docs:edit-docs
|
||||||
```
|
```
|
||||||
@ -139,8 +139,8 @@ pnpm nx run edit-docs:edit-docs
|
|||||||
### Building the Executable
|
### Building the Executable
|
||||||
Download the repository, install dependencies using `pnpm` and then build the desktop app for Windows:
|
Download the repository, install dependencies using `pnpm` and then build the desktop app for Windows:
|
||||||
```shell
|
```shell
|
||||||
git clone https://github.com/TriliumNext/Notes.git
|
git clone https://github.com/TriliumNext/Trilium.git
|
||||||
cd Notes
|
cd Trilium
|
||||||
pnpm install
|
pnpm install
|
||||||
pnpm nx --project=desktop electron-forge:make -- --arch=x64 --platform=win32
|
pnpm nx --project=desktop electron-forge:make -- --arch=x64 --platform=win32
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user