Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 355 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 355 Bytes

Homepage

My very own personal website. Basically this is just a résumé.

Installation

Install git

  1. To develop in 'develop' branch
$ git clone https://github.com/lerik1408/homepage.git
  1. To develop in 'master' branch
$ git clone https://github.com/lerik1408/homepage.git
$ git checkout -b master 
$ git pull origin master