From 71e7d0dd8e659d075dabdf0d9b8422228b059823 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 29 Nov 2013 23:43:01 -0500 Subject: [PATCH] Update pdocs --- README.md | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/README.md b/README.md index 111b022be..16d0d1912 100644 --- a/README.md +++ b/README.md @@ -5,30 +5,7 @@ gopm - Go Package Manager Gopm(Go Package Manager) is a Go package manage tool for search, install, update and share packages in Go. -Current Version: **v0.5.6** - -# Requirement - -- Go Development Environment >= 1.1. -- Command `ln -s` support on Mac OS and Unix-like systems. -- Command `mklink -j` support on Windows( **Windows Vista and later** ). - -# Installation - -Because we do NOT offer binaries for now, so before you install the gopm, you should have already installed Go Development Environment with version 1.1 and later. - -``` -go get github.com/gpmgo/gopm -``` - -The executable will be produced under `$GOPATH/bin` in your file system; for global use purpose, we recommand you to add this path into your `PATH` environment variable. - -# Features - -- No requirement for installing any version control system tool like `git`, `svn` or `hg` in order to download packages(although you have to install git for installing gopm though `go get` for now). -- Download, install or build your packages with specific revisions. -- When build program with `gopm build` or `gopm install`, everything just happen in its own GOPATH and do not bother anything you've done. -* Put your Go project on anywhere you want. +**[Documentation](https://github.com/gpmgo/docs)** # Commands