From ff1d57355a000884525d2c393958cdfbfb34e932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20S=C3=A9n=C3=A9chal?= <44696378+thomas-senechal@users.noreply.github.com> Date: Thu, 2 Nov 2023 12:00:58 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Ena Redzic <113043914+longgamma-massa@users.noreply.github.com> --- docs/massaStation/faq.mdx | 9 ++++++--- docs/massaStation/troubleshooting.mdx | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/massaStation/faq.mdx b/docs/massaStation/faq.mdx index 8c0c126aa..c3bf4a2fd 100644 --- a/docs/massaStation/faq.mdx +++ b/docs/massaStation/faq.mdx @@ -29,12 +29,15 @@ If you are having trouble installing Massa Station, please check the [installati For now, Massa Station is only supported on Windows 10 and 11, MacOS 12 and later, and Debian based Linux distributions. -If you are using an unsupported operating system, you can try to install Massa Station manually by following the instructions on the [manual installation page](/docs/massaStation/manual-install). +If you are using an unsupported operating system, you can still try to install Massa Station manually by following the instructions on the [manual installation page](/docs/massaStation/manual-install). ### I can't install Massa Station because it is blocked by my antivirus. What do I do? -Massa Station is open source, anybody can check the source code on [GitHub](https://github.com/massalabs/station). If you are using an antivirus that blocks Massa Station, you can try to add Massa Station to the whitelist. +We want to assure you that Massa Station is free from viruses, and the antivirus warning is a false positive. We're in the process of obtaining necessary certificates (such as from Apple for MacOS versions), which can trigger such warnings. +Being a blockchain app, Massa Station interacts with distant servers and performs cryptographic operations. Antivirus warnings for new apps in this category are common but are mostly not indicative of any threat. If you are using an antivirus that blocks Massa Station, you can try to add Massa Station to the whitelist. + +Massa Station’s code is publicly accessible and auditable on [GitHub](https://github.com/massalabs/station), which means that anybody can check what’s happening. It’s part of our commitment to transparency and security. ## Massa Station Usage @@ -48,7 +51,7 @@ We have detailed instructions on how to use Massa Station such as: ### Why can't I use Massa Station on mobile ? -Massa Station is only available on desktop for now. We are working on making Massa Station available on mobile but we don't have an ETA yet. +Massa Station is a desktop super-app that, once opened, operates within your web browser. A mobile version is not available at this time. ### Why can't I see modules in module store ? diff --git a/docs/massaStation/troubleshooting.mdx b/docs/massaStation/troubleshooting.mdx index 90c0fea1d..b8000cb7a 100644 --- a/docs/massaStation/troubleshooting.mdx +++ b/docs/massaStation/troubleshooting.mdx @@ -29,7 +29,7 @@ and attach the logs to your issue so we can help you. 5. Paste the path you copied previously 6. Press **Enter** -You should be able to see 2 logs file: +You should be able to see 2 log files: - `massastation.log` - `massastation-repair.log`