rari-linux-x64 0.8.8 → 0.8.10

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.
Files changed (3) hide show
  1. package/README.md +9 -9
  2. package/bin/rari +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -12,19 +12,19 @@ This package contains the native Linux x64 binary for [rari](https://github.com/
12
12
 
13
13
  ## Installation
14
14
 
15
- This package is automatically installed as an optional dependency when you install the main \`rari\` package:
15
+ This package is automatically installed as an optional dependency when you install the main `rari` package:
16
16
 
17
- \`\`\`bash
17
+ ```bash
18
18
  npm install rari
19
- \`\`\`
19
+ ```
20
20
 
21
- You typically don't need to install this package directly. The main \`rari\` package will automatically download the correct binary for your platform.
21
+ You typically don't need to install this package directly. The main `rari` package will automatically download the correct binary for your platform.
22
22
 
23
23
  ## Usage
24
24
 
25
- This package is used internally by the \`rari\` CLI. After installing \`rari\`, you can use it directly:
25
+ This package is used internally by the `rari` CLI. After installing `rari`, you can use it directly:
26
26
 
27
- \`\`\`bash
27
+ ```bash
28
28
  # Development server
29
29
  npx rari dev
30
30
 
@@ -33,17 +33,17 @@ npx rari build
33
33
 
34
34
  # Start production server
35
35
  npx rari start
36
- \`\`\`
36
+ ```
37
37
 
38
38
  ### Quick Start
39
39
 
40
40
  Create a new rari application:
41
41
 
42
- \`\`\`bash
42
+ ```bash
43
43
  npm create rari-app@latest my-app
44
44
  cd my-app
45
45
  npm run dev
46
- \`\`\`
46
+ ```
47
47
 
48
48
  Visit [rari.build](https://rari.build) for complete documentation.
49
49
 
package/bin/rari CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rari-linux-x64",
3
3
  "type": "module",
4
- "version": "0.8.8",
4
+ "version": "0.8.10",
5
5
  "description": "Runtime Accelerated Rendering Infrastructure (Linux x64 binary)",
6
6
  "author": "Ryan Skinner",
7
7
  "license": "MIT",