mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	feat(docs): update doc references from triliumnext/notes to triliumnext/trilium
This commit is contained in:
		| @@ -7,9 +7,9 @@ Installation of Nix on Mac or Linux ([download page](https://nixos.org/download/ | ||||
|  | ||||
| ## Run directly | ||||
|  | ||||
| Using [nix run](https://nix.dev/manual/nix/stable/command-ref/new-cli/nix3-run.html), the desktop app can be started as: `nix run github:TriliumNext/Notes/v0.95.0` | ||||
| Using [nix run](https://nix.dev/manual/nix/stable/command-ref/new-cli/nix3-run.html), the desktop app can be started as: `nix run github:TriliumNext/Trilium/v0.95.0` | ||||
|  | ||||
| Running the server requires explicitly specifying the desired package: `nix run github:TriliumNext/Notes/v0.95.0#server` | ||||
| Running the server requires explicitly specifying the desired package: `nix run github:TriliumNext/Trilium/v0.95.0#server` | ||||
|  | ||||
| Instead of a version (`v0.95.0` above), you can also specify a commit hash (or a branch name). This makes it easy to test development builds. | ||||
|  | ||||
| @@ -22,7 +22,7 @@ Add to your `flake.nix`: | ||||
|   inputs = { | ||||
|     nixpkgs.url = # ...; | ||||
|     trilium-notes = { | ||||
|       url = "github:TriliumNext/Notes/v0.95.0"; | ||||
|       url = "github:TriliumNext/Trilium/v0.95.0"; | ||||
|       inputs.nixpkgs.follows = "nixpkgs"; | ||||
|     }; | ||||
|   }; | ||||
|   | ||||
| @@ -8,7 +8,7 @@ To run a Docker build: | ||||
| To run the built Docker image: | ||||
|  | ||||
| ``` | ||||
| sudo docker run -p 8081:8080 triliumnext/notes:v0.90.6-beta | ||||
| sudo docker run -p 8081:8080 triliumnext/trilium:v0.90.6-beta | ||||
| ``` | ||||
|  | ||||
| To enter a shell in the Docker container: | ||||
|   | ||||
| @@ -13,7 +13,7 @@ The main workflow of the CI runs on `develop` branches as well as any branch tha | ||||
|  | ||||
| ## Downloading the artifacts from the main branch | ||||
|  | ||||
| Simply go to the [`develop` branch on GitHub](https://github.com/TriliumNext/Notes) and look at the commit bar: | ||||
| Simply go to the [`develop` branch on GitHub](https://github.com/TriliumNext/Trilium) and look at the commit bar: | ||||
|  | ||||
| <figure class="image"><img src="Main_image.png"></figure> | ||||
|  | ||||
|   | ||||
| @@ -52,7 +52,7 @@ Important aspects to consider: | ||||
|  | ||||
| ## Location of the documentation | ||||
|  | ||||
| All documentation is stored in the [Notes](https://github.com/TriliumNext/Notes) repository: | ||||
| All documentation is stored in the [Notes](https://github.com/TriliumNext/Trilium) repository: | ||||
|  | ||||
| *   `docs/Developer Guide` contains Markdown documentation that can be modified either externally (using a Markdown editor, or internally using Trilium). | ||||
| *   `docs/Release Notes` is also stored in Markdown format and can be freely edited. | ||||
|   | ||||
| @@ -6,7 +6,7 @@ On Ubuntu: | ||||
|  | ||||
| name=TriliumNotes-linux-x64-nightly.deb | ||||
| rm -f $name* | ||||
| wget https://github.com/TriliumNext/Notes/releases/download/nightly/$name | ||||
| wget https://github.com/TriliumNext/Trilium/releases/download/nightly/$name | ||||
| sudo apt-get install ./$name | ||||
| rm $name | ||||
| ``` | ||||
| @@ -17,5 +17,5 @@ Go to `packages/ckeditor5-build-balloon-trilium/build` and copy `ckeditor.js` an | ||||
| An example shell command to copy it: | ||||
|  | ||||
| ``` | ||||
| cp build/ckeditor.* ~/Projects/TriliumNext/Notes/libraries/ckeditor/ | ||||
| cp build/ckeditor.* ~/Projects/TriliumNext/Trilium/libraries/ckeditor/ | ||||
| ``` | ||||
| @@ -20,14 +20,14 @@ If you are installing esbuild with npm, make sure that you don't specify the | ||||
| "--no-optional" or "--omit=optional" flags. The "optionalDependencies" feature | ||||
| of "package.json" is used by esbuild to install the correct binary executable | ||||
| for your current platform. | ||||
|     at generateBinPath (/home/elian/Projects/TriliumNext/Notes/node_modules/esbuild/lib/main.js:1752:15) | ||||
|     at esbuildCommandAndArgs (/home/elian/Projects/TriliumNext/Notes/node_modules/esbuild/lib/main.js:1822:33) | ||||
|     at ensureServiceIsRunning (/home/elian/Projects/TriliumNext/Notes/node_modules/esbuild/lib/main.js:1979:25) | ||||
|     at transform (/home/elian/Projects/TriliumNext/Notes/node_modules/esbuild/lib/main.js:1880:37) | ||||
|     at file:///home/elian/Projects/TriliumNext/Notes/node_modules/tsx/dist/index-DlKgSVBb.mjs:16:2755 | ||||
|     at applyTransformers (file:///home/elian/Projects/TriliumNext/Notes/node_modules/tsx/dist/index-DlKgSVBb.mjs:16:1266) | ||||
|     at transform (file:///home/elian/Projects/TriliumNext/Notes/node_modules/tsx/dist/index-DlKgSVBb.mjs:16:2702) | ||||
|     at load (file:///home/elian/Projects/TriliumNext/Notes/node_modules/tsx/dist/esm/index.mjs?1734213798404:2:2245) | ||||
|     at generateBinPath (/home/elian/Projects/TriliumNext/Trilium/node_modules/esbuild/lib/main.js:1752:15) | ||||
|     at esbuildCommandAndArgs (/home/elian/Projects/TriliumNext/Trilium/node_modules/esbuild/lib/main.js:1822:33) | ||||
|     at ensureServiceIsRunning (/home/elian/Projects/TriliumNext/Trilium/node_modules/esbuild/lib/main.js:1979:25) | ||||
|     at transform (/home/elian/Projects/TriliumNext/Trilium/node_modules/esbuild/lib/main.js:1880:37) | ||||
|     at file:///home/elian/Projects/TriliumNext/Trilium/node_modules/tsx/dist/index-DlKgSVBb.mjs:16:2755 | ||||
|     at applyTransformers (file:///home/elian/Projects/TriliumNext/Trilium/node_modules/tsx/dist/index-DlKgSVBb.mjs:16:1266) | ||||
|     at transform (file:///home/elian/Projects/TriliumNext/Trilium/node_modules/tsx/dist/index-DlKgSVBb.mjs:16:2702) | ||||
|     at load (file:///home/elian/Projects/TriliumNext/Trilium/node_modules/tsx/dist/esm/index.mjs?1734213798404:2:2245) | ||||
|     at async nextLoad (node:internal/modules/esm/hooks:868:22) | ||||
|     at async Hooks.load (node:internal/modules/esm/hooks:451:20) | ||||
| ``` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user