Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xq114 authored Oct 18, 2020
1 parent 9c0b440 commit 42e60e0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# XqPackageManager

A simple C/C++ package manager written in Go.

Current status: WIP

## Build Guide

```
git clone https://github.com/xq114/XqPackageManager
cd XqPackageManager
go build .
./xpm -h
```

## Add your package now!

Just write a .go file as the script. Your struct name should be X<package_name> and implement interface XPackage. More details can be found in xpm/imgui.go.

0 comments on commit 42e60e0

Please sign in to comment.