Skip to content

Commit 5c9e1b6

Browse files
authored
Merge pull request #3 from joaothallis/cp-insted-of-mv
Use cp to instead of mv
2 parents 76a7f25 + 19c9b85 commit 5c9e1b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ Add `autotest.sh` to you `.gitignore_global`
2626
echo -e '\n. autotest.sh' >> ~/.gitignore_global
2727
```
2828

29-
Move `autotest.sh` to the project directory:
29+
Copy `autotest.sh` file to the project directory:
3030

3131
```bash
32-
mv elixir-auto-test/autotest.sh your_project
32+
cp elixir-auto-test/autotest.sh your_project
3333
```
3434

3535
Enter your project directory:

0 commit comments

Comments
 (0)