Stuck on "Running the node for the first time"

I’ve followed the steps directly from:

this video

and
this link
https://ergoplatform.org/en/blog/2019_12_02_how_to_setup/

I’m not sure how to proceed after issuing the power shell command and I get the response:

PS C:\ergo> java -jar ergo-4.0.12.jar --mainnet -c ergo.conf
14:11:35.597 INFO [main] org.ergoplatform.ErgoApp - Running with args: Args(Some(ergo.conf),Some(MainNet))
14:11:35.620 INFO [main] o.e.settings.ErgoSettings$ - Running in mainnet network mode
14:11:35.621 WARN [main] o.e.settings.ErgoSettings$ - NO CONFIGURATION FILE WAS PROVIDED. STARTING WITH DEFAULT SETTINGS!
Exception in thread “main” com.typesafe.config.ConfigException$Missing: C:\Users\Ryan\AppData\Local\Temp\mainnet.conf: 1: No configuration setting found for key ‘ergo.directory’
at com.typesafe.config.impl.SimpleConfig.findKeyOrNull(SimpleConfig.java:156)
at com.typesafe.config.impl.SimpleConfig.findOrNull(SimpleConfig.java:174)
at com.typesafe.config.impl.SimpleConfig.findOrNull(SimpleConfig.java:180)
at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:188)
at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:193)
at com.typesafe.config.impl.SimpleConfig.getString(SimpleConfig.java:250)
at net.ceedubs.ficus.readers.StringReader$$anon$1.read(StringReader.scala:7)
at net.ceedubs.ficus.readers.StringReader$$anon$1.read(StringReader.scala:6)
at net.ceedubs.ficus.FicusConfig.as(FicusConfig.scala:10)
at net.ceedubs.ficus.FicusConfig.as$(FicusConfig.scala:10)
at net.ceedubs.ficus.SimpleFicusConfig.as(FicusConfig.scala:21)
at org.ergoplatform.settings.ErgoSettings$.fromConfig(ErgoSettings.scala:57)
at org.ergoplatform.settings.ErgoSettings$.read(ErgoSettings.scala:53)
at org.ergoplatform.ErgoApp.(ErgoApp.scala:36)
at org.ergoplatform.ErgoApp$.main(ErgoApp.scala:219)
at org.ergoplatform.ErgoApp.main(ErgoApp.scala)
PS C:\ergo>

I placed the ergo-4.0.12.jar file in my C:\ergo directory.
My ergo.conf file contains the following:

ergo {
directory = “C:\ergo”
node {
mining = false
}
wallet.secretStorage.secretDir = “C:\ergo”
}

Any help would be appreciated.
Thanks!