Skip to content

Commit 465c480

Browse files
authored
Merge pull request #144 from ember-learn/MinThaMie-patch-1
Update README.md
2 parents ed32062 + ae2136a commit 465c480

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ tags you want to generate docs for. For example:
3131

3232
```sh
3333
cd ../ember.js
34-
get fetch --all
35-
git checkout v5.2.0
34+
git fetch --all
35+
git checkout v5.2.0-ember-source
3636

3737
AND/OR
3838

3939
cd ../data
40-
get fetch --all
40+
git fetch --all
4141
git checkout v5.2.0
4242
```
4343

@@ -59,9 +59,10 @@ git commit -m "add docs for ember v5.2.0"
5959
```
6060

6161
Next, we need to fix the generated files in ember-api-docs-data. (Note: this step could probably be incorporated into ember-jsonapi-docs
62-
but for now this step works).
62+
but for now this step works). The `delete_unused_files` script will return an error for `ember.json` and `ember-data.json`, this is expected
6363

6464
```sh
65+
npm i
6566
npm run fix:files
6667
git add .
6768
git commit -m "fix urls and rev-index for ember"

0 commit comments

Comments
 (0)