Skip to content

Commit

Permalink
Merge pull request #26 from SimonDanisch/patch-1
Browse files Browse the repository at this point in the history
no precompilation remark, add pkg3 clone, pkg dir
  • Loading branch information
StefanKarpinski committed Nov 14, 2017
2 parents f210028 + 5483b6a commit 13ebc13
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,19 @@ Before you can use this, install its dependencies:
Pkg.add("SHA")
Pkg.add("TerminalMenus")
Pkg.clone("https://github.com/StefanKarpinski/TOML.jl.git")
Pkg.clone("https://github.com/StefanKarpinski/Pkg3.jl.git")
```

Now load `Pkg3` in Julia 0.6 (0.6 only with precompilation off) to add packages and load them:
Now load `Pkg3` in Julia 0.6 to add packages and load them.
Right now, packages will be installed to `joinpath(homedir(), ".julia", "packages")`, so they won't influnce the packages that you already have installed.

```jl
$ path/to/julia.6/julia --compilecache=no
$ path/to/julia.6/julia

julia> using Pkg3
```


This gives you a `pkg> ` REPL mode, activated (for now) by the `]` key. Currently, this supports three operations: `add`, `rm` and `up`:

```jl
Expand Down

0 comments on commit 13ebc13

Please sign in to comment.