Skip to content

Commit

Permalink
Modified README to reflect new URL and included instructions on how t…
Browse files Browse the repository at this point in the history
…o update repos.
  • Loading branch information
ryanstewart committed Sep 27, 2012
1 parent 9223eac commit e25fc49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,11 @@ in user interface (UI) environments. In addition to a functional OpenType font,
source project provides all of the source files that were used to build this OpenType font
by using the AFDKO makeotf tool.

###Notes
We recently changed the name of the repo from Source-Sans-Pro to source-sans-pro. If you have already cloned the repo, you will need to run this command

`git remote set-url origin https://github.com/adobe/source-sans-pro.git`

This comment has been minimized.

Copy link
@ppicazo

ppicazo Oct 2, 2012

Just a note, "origin" will have to be replaced in that command with whatever the name of the upstream (adobe) remote name is.

To get the remote name which points to the adobe fork:
git remote -v|grep adobe/Source-Sans-Pro|awk '{print $1}'|uniq

That will work on OSX, Linux and Cygwin.

This comment has been minimized.

Copy link
@miguelsousa

miguelsousa Oct 2, 2012

Member

I'm using SourceTree, so I just had to edit the URL of the remote
Edit remotes

This comment has been minimized.

Copy link
@ryanstewart

ryanstewart Oct 3, 2012

Author

@ppicazo that's just if you've forked the project, right? For straight clones, I don't have any remotes but origin.


##Getting Involved
Send suggestions for changes to the Source Sans OpenType font project maintainer,
phunt@adobe.com, for consideration.

0 comments on commit e25fc49

Please sign in to comment.