Remove asciidoc readme (#1092)
This commit is contained in:
parent
c3ba16ad74
commit
77362f8d58
2095
README.adoc
2095
README.adoc
File diff suppressed because it is too large
Load Diff
@ -5,7 +5,7 @@ fn readme() {
|
||||
let mut justfiles = vec![];
|
||||
let mut current = None;
|
||||
|
||||
for line in fs::read_to_string("README.adoc").unwrap().lines() {
|
||||
for line in fs::read_to_string("README.md").unwrap().lines() {
|
||||
if let Some(mut justfile) = current {
|
||||
if line == "```" {
|
||||
justfiles.push(justfile);
|
||||
|
Loading…
Reference in New Issue
Block a user