Skip to content

Commit 8dc1dfc

Browse files
committed
Update README.md
1 parent c9ddc39 commit 8dc1dfc

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Gitke
22
---
33

4+
## Install
5+
6+
```bash
7+
sudo npm install -g gitke --unsafe-perm # running as root
8+
```
9+
10+
411
```bash
512
git push git@192.168.188.250:owner/repo.git master
613
git clone ssh://root@123.123.123.123/opt/my-first-app.git
@@ -32,3 +39,22 @@ The requested file is specified by:
3239
- [HTTP transfer protocols](https://github.com/git/git/blob/master/Documentation/technical/http-protocol.txt)
3340
- [Documentation Common to Pack and Http Protocols](https://github.com/git/git/blob/master/Documentation/technical/protocol-common.txt)
3441

42+
43+
## Development
44+
45+
```bash
46+
git clone https://github.com/jaywcjlove/gitke.git
47+
sudo npm install --unsafe-perm # running as root
48+
# Or
49+
sudo yarn install
50+
# Run the app
51+
# Restart the app automatically every time code changes.
52+
# Useful during development.
53+
npm run dev
54+
```
55+
56+
Open your browser and visit http://localhost:2018/
57+
58+
## License
59+
60+
The MIT License (MIT)

0 commit comments

Comments
 (0)