Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/docs/build/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down