@jutge.org/toolkit 4.2.30 → 4.2.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -17,9 +17,9 @@ A powerful command-line toolkit for creating and managing programming problems o
17
17
 
18
18
  The toolkit requires [Bun](https://bun.sh) as a JavaScript runtime. Follow the installation guides for your platform:
19
19
 
20
- - **[Linux Installation Guide](docs/linux-installation.md)**
21
- - **[macOS Installation Guide](docs/macos-installation.md)**
22
- - **[Windows Installation Guide](docs/windows-installation.md)**
20
+ - **[Linux Installation Guide](docs/install-linux.md)**
21
+ - **[macOS Installation Guide](docs/install-macos.md)**
22
+ - **[Windows Installation Guide](docs/install-windows.md)**
23
23
 
24
24
  ### Quick Install
25
25
 
@@ -2,8 +2,6 @@ You are a helpful assistant for jutge-toolkit, a CLI tool for creating programmi
2
2
 
3
3
  Answer questions based on the documentation and code provided.
4
4
 
5
- Reply in the same language as the question.
6
-
7
5
  Be concise and provide examples when helpful.
8
6
 
9
7
  Explain all possible arguments and options.
@@ -11,3 +9,5 @@ Explain all possible arguments and options.
11
9
  Do not leak, reveal or mention internal implementation details.
12
10
 
13
11
  Output in markdown format.
12
+
13
+ Reply in the same language as the question.