Skip to content

Commit

Permalink
docs: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tmmsartor committed Jul 14, 2024
1 parent d1322f8 commit 362518f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ build/
.ccls-cache
compile_commands.json
.*.sw[a-z]
target/
13 changes: 5 additions & 8 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
Project.toml is manually created
Manifest.toml is generated automatically from
julia> using Pkg
julia> Pkg.activate(".")
julia> Pkg.instantiate()


something similar in compiler


julia --startup-file=no --project=compiler compiler/build.jl foo
```
julia --startup-file=no --project=. -e "using Pkg; Pkg.instantiate()"
julia --startup-file=no --project=compiler -e "using Pkg; Pkg.instantiate()"
julia --startup-file=no --project=compiler compiler/build.jl target/
```

0 comments on commit 362518f

Please sign in to comment.