Skip to content

Commit 007a737

Browse files
committed
Update some instructions in README
1 parent ef31b28 commit 007a737

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ Install the following tools, if you don't have them already:
9494
One way to get this is to run `npm install -g firebase-tools`.
9595
For full setup details, read the
9696
[Firebase CLI documentation](https://firebase.google.com/docs/cli).
97+
After installing the Firebase tools, make sure that the `firebase`
98+
command is in your PATH. Then run "firebase login" to make sure
99+
that you are logged into Firebase.
97100

98101
### 2. Clone this repo _and_ its submodules
99102

@@ -167,6 +170,10 @@ _choose one_ of the following submodule-cloning techniques:
167170
and then the development server runs in the Docker container,
168171
with the generated `_site` directory visible locally.
169172

173+
> **Note:** If you make changes to the `/src/_data/sidenav.yml` file,
174+
> it isn't sufficient to just re-run "make up". You must re-run
175+
> "make setup".
176+
170177
1. View your changes in the browser by navigating to `http://localhost:4002`.
171178
> **Note:** Unless you're editing files under `site-shared`,
172179
> you can safely ignore

0 commit comments

Comments
 (0)