Skip to content

Fix README.md formatting: add proper spacing and correct typo #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
#lazy-git
# lazy-git

##Overview
## Overview

lazy-git is commands to use git lazily.

##Instration
## Installation

1. Download lazy-git
2. Put it in ~/usr/local/lazy-git
3. Add the Directory to the Path

###1.Download lazy-git
### 1. Download lazy-git

Download as a zip, or git

###2.Put it in ~/usr/local/lazy-git
### 2. Put it in ~/usr/local/lazy-git

cp -r ~/Downloads/lazy-git ~/usr/local/

###3.Add the Directory to the Path
### 3. Add the Directory to the Path

Add this line to .bashrc, .zshrc or something

export PATH=~/usr/local/lazy-git/bin:$PATH

##Usage
## Usage

### st, sta, stco, std, stv

Expand Down