Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bnmnetp committed May 15, 2023
1 parent 21d514d commit e355d92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ Runestone Academy Server and API

.. image:: https://readthedocs.org/projects/runestoneserver/badge/?version=latest
:target: https://runestoneserver.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
:alt: Documentation Status

**Note:** This repository will be archived very soon. All Runestone Development has moved to the ``RunestoneInteractive/rs`` monorepo.


Runestone Server Introduction
Expand Down
4 changes: 3 additions & 1 deletion docker/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ The ``rsmanage`` command will run many useful commands inside the container for

...and many other things. Just type ``rsmanage`` for a list of things it can do. For a list of options just type ``rsmanage`` and the subcommand you want followed by ``--help``; for example, ``rsmanage build --help``.

If at this stage you type `rsmanage --help` and you get a command not found it is likely that pip installed the command in a different location than the one in your PATH. It could be in ``~/.local/bin`` or ``/usr/local/bin`` or ``/opt/local/bin``. You can add that location to your PATH or you can just type the full path to the command. For example, ``~/.local/bin/rsmanage``


7. Add books
************
Expand All @@ -267,7 +269,7 @@ No books are installed by default; you must add books using the following proces

.. code-block:: bash
rsmanage build thinkcspy --clone https://github.com/RunestoneInteractive/thinkcspy.git
rsmanage build --clone https://github.com/RunestoneInteractive/thinkcspy.git thinkcspy
After cloning a book, you may need to add it to the database. Most of the standard books are already there, but you can use ``rsmanage addcourse`` to add it if needed.

Expand Down

0 comments on commit e355d92

Please sign in to comment.