Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit b18a444

Browse files
authored
Merge pull request #3691 from google/update-readme
Update README.md
2 parents 8d29647 + 38aa252 commit b18a444

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ Welcome to the new Web**Fundamentals**! <master> [![Build Status](https://ci.clo
1414

1515
* GitHub is still our source of truth for content,
1616
* We want your contributions, either PR's, issues, whatever!
17-
* The latest will be staged at https://web-central.appspot.com/web/ (coming soon)
17+
* The latest will be staged at https://web-central.appspot.com/web/
1818

1919
## Cloning the repo
20-
I recommend starting with a fresh clone of the repo. To save yourself some
21-
time, use the command below, it'll do a shallow clone of only the
22-
`next-version` branch into the WFNext directory
20+
If you have a high bandwidth connection, I recommend starting with a fresh clone
21+
of the repo.
2322

2423
```
25-
git clone --depth 1 https://github.com/google/WebFundamentals.git --branch next-version --single-branch WFNext
24+
git clone https://github.com/google/WebFundamentals.git
2625
```
2726

2827
## Getting set up
@@ -32,8 +31,7 @@ you have a recent version of [Node](https://nodejs.org/en/),
3231
[AppEngine SDK for Python](https://cloud.google.com/appengine/downloads#Google_App_Engine_SDK_for_Python)
3332
already installed.
3433

35-
1. Install Python dependencies: `pip install markdown -t ./gae/lib`
36-
2. Run `npm install` (needed for the build process)
34+
1. Run `npm install` (needed for the build process)
3735

3836
## Build the auto-generated files
3937
Some files (contributors includes, some pages for updates, showcases, etc) are

0 commit comments

Comments
 (0)