Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Aug 6, 2016
1 parent d69d1f7 commit 777e0a3
Showing 1 changed file with 36 additions and 2 deletions.
38 changes: 36 additions & 2 deletions README.md
@@ -1,2 +1,36 @@
# ww_note
watir-webdriver code has moved
watir-webdriver
===============

The code for this repository has moved to https://github.com/watir/watir


####It is recommended to re-clone as a new local repository
```
git clone git@github.com:watir/watir.git
```

####You can also update an existing local repository by:

1\. Determine repository name

```
git remote -v
# -> origin git@github.com:watir/watir-webdriver.git (fetch)
# -> origin git@github.com:watir/watir-webdriver.git (push)
```

2\. Change the url associated with the name

```
git remote set-url origin git@github.com:watir/watir.git
```

3\. Verify the correct information

```
git remote -v
# -> origin git@github.com:watir/watir.git (fetch)
# -> origin git@github.com:watir/watir.git (push)
```

0 comments on commit 777e0a3

Please sign in to comment.