Skip to content

Commit 96b2003

Browse files
authored
Merge pull request #84 from cmolisee/doc-update
chore: small update to documentation and an asset
2 parents b964959 + b79f939 commit 96b2003

File tree

2 files changed

+11
-57
lines changed

2 files changed

+11
-57
lines changed

README.md

Lines changed: 11 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -19,70 +19,24 @@
1919
<p align="center">
2020
Chrome browser extension to easily view, copy, and paste session storage data from one tab to another.
2121
<br />
22-
<a href=""><strong>Explore the Wiki</strong></a>
22+
<a href="https://github.com/cmolisee/session-storage-hub/wiki"><strong>Explore the Wiki</strong></a>
2323
<br />
2424
<br />
25-
<a href="">Report Bug</a>
25+
<a href="https://github.com/cmolisee/session-storage-hub/wiki/Session-Storage-Hub-%E2%80%90-Report-an-Issue">Report Bug</a>
2626
·
27-
<a href="">Request Feature</a>
27+
<a href="https://github.com/cmolisee/session-storage-hub/wiki/Session-Storage-Hub-%E2%80%90-Submit-an-Idea">Request Feature</a>
2828
·
29-
<a href="">Discussions</a>
29+
<a href="https://github.com/cmolisee/session-storage-hub/discussions/categories/general">Discussions</a>
3030
</p>
3131
</div>
3232

33-
<details>
34-
<summary>Table of Contents</summary>
35-
<ol>
36-
<li><a href="#installation">Installation</a></li>
37-
<li><a href="#usage">Usage</a></li>
38-
<li><a href="#acknowledgments">Acknowledgments</a></li>
39-
</ol>
40-
</details>
41-
42-
## Installation
43-
44-
### Terminal
45-
46-
1. Open your terminal and clone the repository
47-
48-
```
49-
git clone https://github.com/cmolisee/session-storage-hub.git
50-
```
51-
52-
2. Change directory to where you cloned the files and install dependencies
53-
54-
```
55-
cd <path/to/repo> && npm i
56-
```
57-
58-
3. Build the project
59-
60-
```
61-
npm run build
62-
```
63-
64-
4. Open the 'extension manager' in your chrome browser
65-
5. Turn on 'developer mode' and click 'load unpacked'
66-
6. Select the build folder generated from the previous step
67-
68-
<p align="right">(<a href="#readme-top">back to top</a>)</p>
69-
70-
### Release Artifacts
71-
72-
1. Download the latest release
73-
[Releases](https://github.com/cmolisee/session-storage-hub/releases)
74-
2. Open the 'extension manager' in your chrome browser
75-
3. Turn on 'developer mode' and click 'load unpacked'
76-
4. Select the build folder generated from the previous step
77-
78-
<p align="right">(<a href="#readme-top">back to top</a>)</p>
79-
80-
## Usage
81-
82-
For additional information on usage see
83-
[Usage](https://github.com/cmolisee/session-storage-hub/wiki)
84-
85-
<p align="right">(<a href="#readme-top">back to top</a>)</p>
33+
<div align="center">
34+
<h3>Table of Contents</h3>
35+
<div><a href="https://github.com/cmolisee/session-storage-hub/wiki/How-To-Install">Installation</a></div>
36+
<div><a href="https://github.com/cmolisee/session-storage-hub/wiki/Session-Storage-Hub-%E2%80%90-Usage">Usage</a></div>
37+
<dib><a href="https://github.com/cmolisee/session-storage-hub/wiki/Session-Storage-Hub-%E2%80%90-Submit-an-Idea">Submit an Idea</a></div>
38+
<div><a href="https://github.com/cmolisee/session-storage-hub/wiki/Session-Storage-Hub-%E2%80%90-Report-an-Issue">Report an Issue</a></div>
39+
</div>
8640

8741
<!-- shields -->
8842

public/screenshot.png

114 KB
Loading

0 commit comments

Comments
 (0)