Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 816b8bd

Browse files
committed
chore: fix OSX instructions to remove non-essential files
1 parent d0e7594 commit 816b8bd

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ by entering the following commands while in the project folder:
6565

6666
##### OS/X (bash)
6767
```shell
68-
xargs -a non-essential-files.txt rm -rf
69-
rm app/*.spec*.ts
70-
rm non-essential-files.txt
68+
xargs rm -rf < non-essential-files.osx.txt
69+
rm src/app/*.spec*.ts
70+
rm non-essential-files.osx.txt
7171
```
7272

7373
##### Windows

non-essential-files.osx.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.git .gitignore .travis.yml CHANGELOG.md e2e favicon.ico karma.conf.js karma-test-shim.js LICENSE non-essential-files.txt protractor.config.js README.md

non-essential-files.txt

+1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ karma.conf.js
99
karma-test-shim.js
1010
LICENSE
1111
non-essential-files.txt
12+
non-essential-files.osx.txt
1213
protractor.config.js
1314
README.md

0 commit comments

Comments
 (0)