Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shawn Webb
Git Lab
Commits
82e7005d
Unverified
Commit
82e7005d
authored
Sep 25, 2020
by
Jonah Brüchert
Browse files
Move installation instructions to the top
parent
fa12e535
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
82e7005d
...
...
@@ -3,6 +3,14 @@
Subcommand for git providing a command line interface to GitLab.
An arc-style interface is also provided for a simplified transition from Phabricator to GitLab.
## Installation
```
git clone https://invent.kde.org/sdk/git-lab && cd git-lab
sudo pip3 install -r requirements.txt
sudo ./setup.py install
```
## Workflow
### Logging in
...
...
@@ -67,13 +75,6 @@ or
echo "Paste data" | git lab snippet
```
## Installation
```
sudo pip3 install -r requirements.txt
sudo ./setup.py install
```
## Contributing
### Run tests
...
...
@@ -84,4 +85,4 @@ pytest
### Run linter
```
./scripts/lint.sh
```
\ No newline at end of file
```
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment