Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Cleaned up readme and obsolete files
Browse files Browse the repository at this point in the history
  • Loading branch information
drahosp committed Aug 25, 2012
1 parent 881fcd4 commit 8e093f1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7,391 deletions.
14 changes: 6 additions & 8 deletions README.md
Expand Up @@ -24,10 +24,10 @@ git submodule update --init --recursive bootstrap
Once the installation finishes the LuaDist folder should contain a fully versioned LuaDist distribution.

```bash
cd _install
./bin/luadist list # lists installed modules
./bin/luadist search # lists online repository
./bin/luadist install luaexpat # installs luaexpat
cd _install/bin
./luadist list # lists installed modules
./luadist search # lists online repository
./luadist install luaexpat # installs luaexpat
```

Using the install script to generate distribution without versioning.
Expand Down Expand Up @@ -55,15 +55,13 @@ To clone the full repository:
```bash
git clone git://github.com/LuaDist/Repository.git
cd Repository
git submodule init
git submodule update
git submodule update --init --recursive
```

To clone individual modules you can specify the module name as follows:

```bash
git submodule init lua
git submodule update lua
git submodule update --init --recursive lua
```

Note that submodules do not point to latest versions of modules but rather to _stable_ versions. To update to latest version do:
Expand Down
Empty file modified config.in 100755 → 100644
Empty file.

0 comments on commit 8e093f1

Please sign in to comment.