From b03748cd66bd653d5c0ae243a127063e291b8466 Mon Sep 17 00:00:00 2001 From: Agoston Szepessy Date: Tue, 15 Aug 2017 23:46:25 -0400 Subject: [PATCH 1/2] Update README to describe Makefile options --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ec19e21..c36693b 100644 --- a/README.md +++ b/README.md @@ -163,3 +163,12 @@ make qemu kvm=no vga=no ### Setup using Docker We also provide docker image. After cloning this repository, please follow README under the `docker` directory. + +### Updating the codebase using the Makefile +To update the codebase run: + +``` +make pull; make fetch +``` + +`make pull` pulls and updates the submodules, and `make fetch` updates the sources for cookbook recipes. From 2583d6c1704b096fa144907c9cdb5fa857159fb7 Mon Sep 17 00:00:00 2001 From: Agoston Szepessy Date: Tue, 15 Aug 2017 23:49:22 -0400 Subject: [PATCH 2/2] Remove link to Magnet from README The link for Magnet led to a page that displayed a 404 error. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c36693b..20cdb98 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,6 @@ The ecosystem and software Redox OS provides is listed below. | [libextra](https://github.com/redox-os/libextra) | [**@ticki**](https://github.com/ticki) | [libpager](https://github.com/redox-os/libpager) | [**@ticki**](https://github.com/ticki) | [libstd (Redox standard library)](https://github.com/redox-os/libstd) | [**@jackpot51**](https://github.com/jackpot51) -| [Magnet (future package manager)](https://github.com/redox-os/magnet) | [**@ticki**](https://github.com/ticki) | [netutils](https://github.com/redox-os/netutils) | [**@jackpot51**](https://github.com/jackpot51) | [orbclient (Orbital client)](https://github.com/redox-os/orbclient) | [**@jackpot51**](https://github.com/jackpot51) | [orbdata](https://github.com/redox-os/orbdata) | [**@jackpot51**](https://github.com/jackpot51)