From 0af3603130123d8f1a24d46a00ec856a5150f670 Mon Sep 17 00:00:00 2001 From: "freshield.eth" Date: Tue, 28 Nov 2023 16:17:54 +0800 Subject: [PATCH] Update add warning for IPC error on NTFS in getting-started.md I tried testing on an external hard drive and later found out that due to IPC not being able to run on NTFS, I had to start over. Adding a corresponding warning about this. --- src/docs/build/getting-started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/docs/build/getting-started.md b/src/docs/build/getting-started.md index efe72c5..82c02ed 100644 --- a/src/docs/build/getting-started.md +++ b/src/docs/build/getting-started.md @@ -123,6 +123,7 @@ If you want a summary of the various components we'll be using, take another loo We're using the home directory `~/` as the work directory for this tutorial for simplicity. You can use any directory you'd like but using the home directory will allow you to copy/paste the commands in this guide. If you choose to use a different directory, make sure you're using the correct directory in the commands throughout this tutorial. +At the same time, you need to pay attention to the type of your folder partition, because later you will use an IPC file(unix socket), which cannot be placed on a non-Unix partition, that is, it cannot be placed on an NTFS type partition. ::: ### Build the Optimism Monorepo