You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@ cfncluster
3
3
4
4
cfncluster is a framework that deploys and maintains HPC clusters on
5
5
AWS. It is reasonably agnostic to what the cluster is for and can easily be
6
-
extended to support different frameworks. The the CLI is stateless,
6
+
extended to support different frameworks. The CLI is stateless,
7
7
everything is done using CloudFormation or resources within AWS.
8
8
9
9
### Installation
10
10
11
-
The current working version is cfncluster-0.0.10. The CLI is written in python and uses BOTO for AWS actions. You can install the CLI with the following command:
11
+
The current working version is cfncluster-0.0.11. The CLI is written in python and uses BOTO for AWS actions. You can install the CLI with the following command:
0 commit comments