Using relative links in readme
to avoid confusion in different branches or forks
This commit is contained in:
parent
b2c1e3b193
commit
a8932fd62f
10
README.md
10
README.md
|
@ -10,12 +10,12 @@ Browser extensions (Chrome, Firefox and Safari) to display GitHub code in tree f
|
|||
* Navigate to any GitHub project (or just refresh this page as an example)
|
||||
* The code tree should show as follows:
|
||||
|
||||

|
||||

|
||||
|
||||
## Install on Firefox and Safari
|
||||
Submitting to Mozilla and Safari stores is quite a tedious process. Octotree 1.0 (not even 1.1) was submitted to Mozilla store and is still being reviewed. Safari store requires even more work and time (that I don't have).
|
||||
Submitting to Mozilla and Safari stores is quite a tedious process. Octotree 1.0 (not even 1.1) was submitted to Mozilla store and is still being reviewed. Safari store requires even more work and time (that I don't have).
|
||||
|
||||
Alternatively, you can just install the prebuilt extensions located in the [dist](https://github.com/buunguyen/octotree/tree/master/dist) folder. For security reason, be sure to install from this location only.
|
||||
Alternatively, you can just install the prebuilt extensions located in the [dist](https://github.com/buunguyen/octotree/tree/master/dist) folder. For security reason, be sure to install from this location only.
|
||||
|
||||
* Firefox: drag `octotree.xpi` to the browser and follow the instructions
|
||||
* Safari: drag `octotree.safariextz` to the browser and follow the instructions
|
||||
|
@ -30,7 +30,7 @@ Octotree uses [GitHub API](https://developer.github.com/v3/) to retrieve reposit
|
|||
|
||||
When that happens, Octotree shows the screen below to ask for your [GitHub personal access token](https://help.github.com/articles/creating-an-access-token-for-command-line-use). If you don't already have one, [create one](https://github.com/settings/tokens/new), then copy and paste it into the textbox.
|
||||
|
||||

|
||||

|
||||
|
||||
Alternatively, you can manually enter or update the token by following these steps:
|
||||
|
||||
|
@ -55,4 +55,4 @@ localStorage.setItem('octotree.github_access_token', 'REPLACE WITH TOKEN')
|
|||
|
||||
## Credit
|
||||
* Thanks to everyone who submit pull requests, report bugs and suggest ideas on GitHub and on [HN](https://news.ycombinator.com/item?id=7740226)
|
||||
* [Extension icon](https://github.com/pstadler/octofolders) by [pstadler](https://github.com/pstadler)
|
||||
* [Extension icon](https://github.com/pstadler/octofolders) by [pstadler](https://github.com/pstadler)
|
||||
|
|
Loading…
Reference in New Issue