Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
added changelog and set version to 0.0.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
n2p5 committed Feb 27, 2018
1 parent 1dfd1f6 commit bea1d8f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1-alpha] - 2018-02-26
### Added
- initial commits of killcord
- added (this) CHANGELOG
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@

### killcord client (CLI)

To install killcord, you can download precompiled binaries from latest release from the releases tab on github. Once downloaded, move `killcord` to your path, such as `/usr/local/bin/`.


If you have `go` installed, you can install the killcord cli tool by running:

```
go get github.com/nomasters/killcord/killcord
```


`killcord` is a command-line tool meant to run from a personally trusted system. It is the primary interface to either `own` or `watch` a `killcord project`.


Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.0.1-alpha
2 changes: 1 addition & 1 deletion project.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

const (
Version = "0.0.1"
Version = "0.0.1-alpha"
defaultContractProvider = "ethereum"
defaultPayloadProvider = "ipfs"
)
Expand Down

0 comments on commit bea1d8f

Please sign in to comment.