summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-05 16:18:14 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-05 16:18:14 +0200
commit25f4a829e912b0d94b5a8c1cd9fe01f029a31e43 (patch)
treea43e58cafeeb2797ff79b0a1d30511f4f78b68e4
parent0b58936ca08d1085b31e39c26d2314d09d9300a4 (diff)
downloadgitlab-shell-25f4a829e912b0d94b5a8c1cd9fe01f029a31e43.tar.gz
fix prev commit
-rw-r--r--README36
-rw-r--r--README.md2
2 files changed, 2 insertions, 36 deletions
diff --git a/README b/README
deleted file mode 100644
index 4c5b3d4..0000000
--- a/README
+++ /dev/null
@@ -1,36 +0,0 @@
-### gitlab-shell: ssh access and repostiory management
-
-[![CI](http://ci.gitlab.org/projects/4/status?ref=master)](http://ci.gitlab.org/projects/4?ref=master)
-
-### Setup
-
- ./bin/install
-
-
-### Check
-
- ./bin/check
-
-
-### Repos:
-
-
-Add repo
-
- ./bin/gitlab-projects add-project gitlab/gitlab-ci.git
-
-Remove repo
-
- ./bin/gitlab-projects rm-project gitlab/gitlab-ci.git
-
-### Keys:
-
-
-Add key
-
- ./bin/gitlab-keys add-key key-782 "ssh-rsa AAAAx321..."
-
-Remove key
-
- ./bin/gitlab-keys rm-key key-23 "ssh-rsa AAAAx321..."
-
diff --git a/README.md b/README.md
index b034005..4c5b3d4 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
### gitlab-shell: ssh access and repostiory management
+[![CI](http://ci.gitlab.org/projects/4/status?ref=master)](http://ci.gitlab.org/projects/4?ref=master)
+
### Setup
./bin/install