diff --git a/frontend/gpt4all.io/src/components/install_instructions.jsx b/frontend/gpt4all.io/src/components/install_instructions.jsx index 7a351cb..c6c4590 100644 --- a/frontend/gpt4all.io/src/components/install_instructions.jsx +++ b/frontend/gpt4all.io/src/components/install_instructions.jsx @@ -25,7 +25,12 @@ const InstallInstructions = () => { After download and installation you should be able to find the application in the directory you specified in the installer. You will find a desktop icon for GPT4All after installation.

-

NOTE: On Windows, the installer might show a security complaint. This is being addressed as we're actively setting up cert sign for Windows.

+

NOTE: +

+

@@ -38,7 +43,11 @@ const InstallInstructions = () => { On macOS if you chose the default install location you'll find the application in the shared /Applications folder.

- NOTE: You will be need to be on the latest version of OSX. + NOTE: +

@@ -52,7 +61,11 @@ const InstallInstructions = () => {

- NOTE: You may need to build from source if you are not working off of the latest version of Ubuntu. + NOTE: +

@@ -60,4 +73,4 @@ const InstallInstructions = () => { ) } -export default InstallInstructions; \ No newline at end of file +export default InstallInstructions;