aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNathan Jaremko2019-03-02 22:06:46 -0500
committerNathan Jaremko2019-03-02 22:06:46 -0500
commitdf817a266c712c2122b86551b58babd047f4d622 (patch)
tree1088cfe5150142a44be03c34c457f4f6d5af3e0b /README.md
parent7dcc09abd84c8ed5c066e01add50227cc4067198 (diff)
downloadpodcast-df817a266c712c2122b86551b58babd047f4d622.tar.bz2
Remove beta from travis-ci
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index ac0a105..1fc6119 100644
--- a/README.md
+++ b/README.md
@@ -73,3 +73,11 @@ $ podcast completion
$ podcast completion fish > podcast.fish
$ sudo mv podcast.fish /usr/share/fish/completions
```
+
+# Building
+Building requires nightly rust
+```sh
+git clone git@github.com:njaremko/podcast.git
+cd podcast
+cargo install --path=.
+``` \ No newline at end of file