Skip to content

Commit 19e3409

Browse files
authored
Update README.md (#74)
Signed-off-by: Bohan Cheng <[email protected]>
1 parent 617ff81 commit 19e3409

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,25 @@ One on each terminal, so they won't conflict with each other.
2828
## Distributions
2929
There are some distribution files in releast page. Please download and run `Shibuya-vX.Y.Z.(AppImage|zip|exe)` according to your platform.
3030
Currently there's no `Code Signing` in our distributions, so your defender might block you from using the application. Please allow install to use the distributions.
31-
#### MacOS (.zip)
31+
32+
_**Sensitive informations are stored only at your own machine. No one can see them.**_
33+
34+
#### MacOS X (.zip)
3235
Extract from dmg might say they are broked, it's because it's been blocked by the Gatekeeper. You can download the `.zip` file and extract `.app` from it, and run the `.app` file directly to give you chance bypassing the Gatekeeper.
3336
#### Windows (.exe)
3437
To install the application, Windows Defender SmartScreen might block you, please select **More info** and choose **Run anyway**.
3538
#### Linux (.AppImage)
3639
You can download and run the `.AppImage` file directly by double-clicking the binary on a linux desktop destribution.
37-
If you are using terminal, you might want to give it execute permissions and disable sanbox to run it normally.
40+
If you couldn't run it by double-click it, open a terminal and run following command to give it execute permission:
3841
```sh
39-
# Assume we have the application <application-name>.AppImage
4042
chmod +x <application-name>.AppImage
41-
<application-name>.AppImage --no-sandbox
4243
```
43-
44-
> Sensitive informations are stored only at your own machine. No one can see them.
45-
44+
If you want to continue run the app using terminal after applied execute permission, run following command:
45+
```sh
46+
/path/to/<application-name>.AppImage --no-sandbox
47+
```
48+
> Note: Remove the `--no-sandbox` flag might cause problem at startup, as chromium might not allow this to happen.
49+
>
4650
## References
4751
* [Wllama](https://github.com/ngxson/wllama)
4852
* [node-llama-cpp](https://github.com/withcatai/node-llama-cpp)

0 commit comments

Comments
 (0)