Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Update url of repository (for clone and installation instructions) #6

Merged
merged 1 commit into from
Jan 8, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
### With Git

```
git clone git://github.com/ProLoser/AngularJs.tmbundle.git ~/Library/Application\ Support/TextMate/Bundles/AngularJs.tmbundle
git clone git://github.com/angular-ui/AngularJs.tmbundle.git ~/Library/Application\ Support/TextMate/Bundles/AngularJs.tmbundle
```

### Without Git

1. [Download](https://github.com/ProLoser/AngularJs.tmbundle/zipball/master) the code
1. [Download](https://github.com/angular-ui/AngularJs.tmbundle/zipball/master) the code
2. Extract the package
3. Rename the folder to 'AngularJs.tmbundle' and choose __Use .tmbundle Extension__
4. Double click on the new folder and TextMate will handle the rest!
Expand Down