Skip to content

Commit 2b9eddd

Browse files
authored
Clarify Docker is optional
1 parent 7c698b7 commit 2b9eddd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,17 @@ Then open http://localhost:4000.
3737
The app won't work until you set up the database, as described below.
3838

3939
<details>
40-
<summary>Setup with Docker</summary>
40+
<summary>Setup with Docker (optional)</summary>
4141
<p>You can also start dev build of the app by using docker-compose.</p>
42-
<p>Make sure you have docker and docker-compose installed then run:</p>
42+
<p>⚠️ This is <b>completely optional,</b> and is only for people who <i>prefer</i> Docker to global installs!</p>
43+
<p>If you prefer Docker, make sure you have docker and docker-compose installed then run:</p>
4344
<pre><code>docker-compose up</code></pre>
4445
<h4>Running seed script</h4>
4546
<p>1. Run containers in the detached mode</p>
4647
<pre><code>docker-compose up -d</code></pre>
4748
<p>2. Run seed script</p>
4849
<pre><code>docker-compose exec notes-app npm run seed</code></pre>
50+
<p>If you'd rather not use Docker, skip this section and continue below.</p>
4951
</details>
5052

5153
## DB Setup

0 commit comments

Comments
 (0)