Skip to content

Commit

Permalink
Readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
epiqc committed Oct 7, 2016
1 parent 0d46b53 commit 735dd75
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ScaffCC is currently in a beta release. Specifically, the release details are:

- Version 2.0

- Release Date: July 10, 2016
- Release Date: October, 2016

Supported Operating Systems
---------------------------
Expand All @@ -30,6 +30,8 @@ ScaffCC currently offers support for the following operating systems:

- “Red Hat"

- "OS X"

This list will continue to grow in the future!

Installation
Expand All @@ -40,10 +42,14 @@ Getting ScaffCC

1. Go to https://github.com/epiqc/ScaffCC

2. Download the repository:
2. For the Unix build, download the repository:

git clone https://github.com/epiqc/ScaffCC.git [dir]

3. For the OS X build, download this repository:

git clone -b ScaffCC_OSX https://github.com/epiqc/ScaffCC.git [dir]

Building ScaffCC
----------------

Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
2016-10-01:
Release version -v2.0
Added OSX Build - available on Scaffold_OSX branch
Added OSX Build - available on ScaffCC_OSX branch
New data type abit added - representation of ancilla bits
New function afree() added - usage: free ancilla bits and conserve usage
throughout algorithms
Expand Down

0 comments on commit 735dd75

Please sign in to comment.